Remove 3dparty folder and submodule
authormorgolock <pablo.tello@arm.com>
Wed, 18 Nov 2020 14:20:00 +0000 (14:20 +0000)
committerInki Dae <inki.dae@samsung.com>
Wed, 3 Mar 2021 07:43:28 +0000 (16:43 +0900)
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>
tests/SConscript

index 92cf47b5c6335f833f90497a8a3d2baae43d429d..622472e5a1ed48fc5c2fd2ee4e6388e05fcccbfa 100644 (file)
@@ -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")
 ]