summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-04-27 14:38:30 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-04-27 14:38:30 +0200
commit226e834d0a6569f8142ab0cde14e6e273486a277 (patch)
tree58a94fe874a928d66b8972724c531d802991cf11 /include
parent3555cd043654ec24ff325bd6205281af790e50d2 (diff)
Added a '-verbose' option to the test binaries to report errors in more detail if needed
Diffstat (limited to 'include')
-rw-r--r--include/internal/utilities.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/internal/utilities.h b/include/internal/utilities.h
index 75b3d27d..82cd7f44 100644
--- a/include/internal/utilities.h
+++ b/include/internal/utilities.h
@@ -82,6 +82,7 @@ constexpr auto kArgNumRuns = "runs";
// The client-specific arguments in string form
constexpr auto kArgFullTest = "full_test";
+constexpr auto kArgVerbose = "verbose";
// The common arguments in string form
constexpr auto kArgPlatform = "platform";
@@ -140,8 +141,6 @@ struct Arguments {
size_t step = 1;
size_t num_steps = 0;
size_t num_runs = 10;
- // Tester-specific arguments
- bool full_test = false;
// Common arguments
size_t platform_id = 0;
size_t device_id = 0;