From e8a4983c7bc00ad105389876a8eddd89ed4ef056 Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Thu, 18 Jan 2018 10:04:05 +0000 Subject: COMPMID-798 Add instrumentation to NEON kernels Change-Id: I9dbb090cac731d68bd98a7d1c8ab0e1cb0a5c911 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/116746 Reviewed-by: Georgios Pinitas Reviewed-by: Pablo Tello Tested-by: Anthony Barbier --- tests/SConscript | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/SConscript') diff --git a/tests/SConscript b/tests/SConscript index 4261331d43..a128d399f8 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -29,9 +29,10 @@ SConscript('./framework/SConscript', duplicate=0) # vars is imported from arm_compute: variables = [ + #FIXME: Remove before release! + BoolVariable("benchmark_examples", "Build benchmark examples programs", True), BoolVariable("validation_tests", "Build validation test programs", True), BoolVariable("benchmark_tests", "Build benchmark test programs", True), - BoolVariable("benchmark_examples", "Build benchmark examples programs", True), ("test_filter", "Pattern to specify the tests' filenames to be compiled", "*.cpp") ] @@ -164,6 +165,7 @@ if test_env['validation_tests']: Default(arm_compute_validation) Export('arm_compute_validation') +#FIXME: Remove before release! if test_env['benchmark_examples']: files_benchmark_examples = test_env.Object('benchmark_examples/RunExample.cpp') arm_compute_benchmark_examples = [] -- cgit v1.2.1