aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authormorgolock <pablo.tello@arm.com>2020-11-18 14:20:00 +0000
committerPablo Marquez Tello <pablo.tello@arm.com>2020-11-19 18:09:01 +0000
commit82644631ecd6799ae560d85004ede23696c8617f (patch)
treea5a04056ed1d30b9e1621af69dffaf5dd6584565 /tests
parent0beadb8234b03d86c300a9ed3234fa595ea41b17 (diff)
downloadComputeLibrary-82644631ecd6799ae560d85004ede23696c8617f.tar.gz
Remove 3dparty folder and submodule
Change-Id: I6d74f2fc7437c23574eb8e12af52594e66e30027 Signed-off-by: morgolock <pablo.tello@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4467 Reviewed-by: SiCong Li <sicong.li@arm.com> Tested-by: Gian Marco Iodice <gianmarco.iodice@arm.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/SConscript6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/SConscript b/tests/SConscript
index 42f9f35552..b625f032bc 100644
--- a/tests/SConscript
+++ b/tests/SConscript
@@ -31,9 +31,8 @@ variables = [
BoolVariable("benchmark_examples", "Build benchmark examples programs", True),
BoolVariable("validate_examples", "Build validate examples programs", True),
BoolVariable("reference_openmp", "Build reference validation with openmp", True),
- #FIXME Switch the following two options to False before releasing
- BoolVariable("validation_tests", "Build validation test programs", True),
- BoolVariable("benchmark_tests", "Build benchmark test programs", True),
+ BoolVariable("validation_tests", "Build validation test programs", False),
+ BoolVariable("benchmark_tests", "Build benchmark test programs", False),
("test_filter", "Pattern to specify the tests' filenames to be compiled", "*.cpp")
]
@@ -111,7 +110,6 @@ if env['opencl']:
files_benchmark += Glob('benchmark/CL/*/' + filter_pattern)
files_benchmark += Glob('benchmark/CL/' + filter_pattern)
-
files_validation += Glob('validation/CL/*/' + filter_pattern)
files_validation += Glob('validation/CL/' + filter_pattern)