aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/SConscript5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/SConscript b/tests/SConscript
index fe05185920..5275cd3288 100644
--- a/tests/SConscript
+++ b/tests/SConscript
@@ -32,9 +32,8 @@ SConscript('./framework/SConscript', duplicate=0)
variables = [
BoolVariable("benchmark_examples", "Build benchmark examples programs", True),
BoolVariable("validate_examples", "Build validate examples programs", 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")
]