From 79c6178985084cc1d48502a7a8bb298faae5f586 Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Fri, 23 Jun 2017 11:48:24 +0100 Subject: COMPMID-344 Update documentation for new build options Change-Id: I447941f7cf4a9bcac9381979c54ec230207ebb71 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/78688 Reviewed-by: Gian Marco Iodice Tested-by: Kaizen Reviewed-by: Moritz Pflanzer --- tests/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/SConscript') 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) -- cgit v1.2.1