summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormorgolock <pablo.tello@arm.com>2020-11-18 14:20:00 +0000
committerInki Dae <inki.dae@samsung.com>2021-03-03 16:43:28 +0900
commit3486f8747a9245fcf1a39b222f9514de7483ff5c (patch)
tree813f8f47652e24b27e8b109d3c9c5cb8ef6cf91d
parent8a49933681d98cde50b007e0c7edef954d98060f (diff)
downloadarmcl-3486f8747a9245fcf1a39b222f9514de7483ff5c.tar.gz
armcl-3486f8747a9245fcf1a39b222f9514de7483ff5c.tar.bz2
armcl-3486f8747a9245fcf1a39b222f9514de7483ff5c.zip
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>
-rw-r--r--tests/SConscript5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/SConscript b/tests/SConscript
index 92cf47b5c..622472e5a 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")
]