aboutsummaryrefslogtreecommitdiff
path: root/tests/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/SConscript')
-rw-r--r--tests/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/SConscript b/tests/SConscript
index 049113aba2..ef39595feb 100644
--- a/tests/SConscript
+++ b/tests/SConscript
@@ -33,7 +33,7 @@ variables = [
BoolVariable("internal_only", "Enable ARM internal only tests", True),
BoolVariable("pmu", "Enable PMU counters", False),
BoolVariable("validation_tests", "Build validation test programs", True),
- BoolVariable("benchmark_tests", "Build validation test programs", True)
+ BoolVariable("benchmark_tests", "Build benchmark test programs", True)
]
# We need a separate set of Variables for the Help message (Otherwise the global variables will get displayed twice)