aboutsummaryrefslogtreecommitdiff
path: root/docs/02_tests.dox
diff options
context:
space:
mode:
authorAnthony Barbier <anthony.barbier@arm.com>2017-06-23 11:48:24 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-09-17 14:14:20 +0100
commit79c6178985084cc1d48502a7a8bb298faae5f586 (patch)
tree9367148bbf645d840d5e974f80c739c985f11ae3 /docs/02_tests.dox
parente2b999edca97f4d491ccb2e3a8b3035673280bbb (diff)
downloadComputeLibrary-79c6178985084cc1d48502a7a8bb298faae5f586.tar.gz
COMPMID-344 Update documentation for new build options
Change-Id: I447941f7cf4a9bcac9381979c54ec230207ebb71 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/78688 Reviewed-by: Gian Marco Iodice <gianmarco.iodice@arm.com> Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com> Reviewed-by: Moritz Pflanzer <moritz.pflanzer@arm.com>
Diffstat (limited to 'docs/02_tests.dox')
-rw-r--r--docs/02_tests.dox4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/02_tests.dox b/docs/02_tests.dox
index fd5bc59194..bf8838c088 100644
--- a/docs/02_tests.dox
+++ b/docs/02_tests.dox
@@ -1,5 +1,5 @@
/**
-@page tests Test architecture
+@page tests Validation and benchmarks tests
@tableofcontents
@@ -9,6 +9,8 @@ The tests currently make use of Boost (Test and Program options) for validation
and Google Benchmark for performance runs. Below are instructions about how to
build these 3rd party libraries.
+@note By default the build of the validation and benchmark tests is disabled, to enable it use `validation_tests=1` and `benchmark_tests=1`
+
@subsection building_boost Building Boost
First follow the instructions from the Boost library on how to setup the Boost