aboutsummaryrefslogtreecommitdiff
path: root/docs/00_introduction.dox
diff options
context:
space:
mode:
authorMichele Di Giorgio <michele.digiorgio@arm.com>2021-03-12 11:22:55 +0000
committerGeorgios Pinitas <georgios.pinitas@arm.com>2021-03-29 19:51:04 +0000
commitf9a611a1fd309bb9a906c99eede5e6b7bceba26b (patch)
treec5bf609e205e396b6bc70bd29af3babd51bd1a9a /docs/00_introduction.dox
parenta00180a7a5e957540493d666565eb39c0cd1f122 (diff)
downloadComputeLibrary-f9a611a1fd309bb9a906c99eede5e6b7bceba26b.tar.gz
Don't build tests by default
Change-Id: I168a90227f08987639512f6820d79287a7d4b136 Signed-off-by: Michele Di Giorgio <michele.digiorgio@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5313 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'docs/00_introduction.dox')
-rw-r--r--docs/00_introduction.dox8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox
index ea0f9f7d43..00a5e93ce5 100644
--- a/docs/00_introduction.dox
+++ b/docs/00_introduction.dox
@@ -1535,19 +1535,19 @@ To see the build options available simply run ```scons -h```:
default: rdimon.specs
benchmark_examples: Build benchmark examples programs (yes|no)
- default: True
+ default: False
validate_examples: Build validate examples programs (yes|no)
- default: True
+ default: False
reference_openmp: Build reference validation with openmp (yes|no)
default: True
validation_tests: Build validation test programs (yes|no)
- default: True
+ default: False
benchmark_tests: Build benchmark test programs (yes|no)
- default: True
+ default: False
test_filter: Pattern to specify the tests' filenames to be compiled
default: *.cpp