aboutsummaryrefslogtreecommitdiff
path: root/docs/02_tests.dox
diff options
context:
space:
mode:
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