From: morgolock Date: Wed, 18 Nov 2020 14:20:00 +0000 (+0000) Subject: Remove 3dparty folder and submodule X-Git-Tag: submit/tizen/20210421.062230~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3486f8747a9245fcf1a39b222f9514de7483ff5c;p=platform%2Fupstream%2Farmcl.git Remove 3dparty folder and submodule Change-Id: I6d74f2fc7437c23574eb8e12af52594e66e30027 Signed-off-by: morgolock Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4467 Reviewed-by: SiCong Li Tested-by: Gian Marco Iodice --- 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") ]