aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPetri Savolainen <petri.savolainen@linaro.org>2018-09-27 15:00:49 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2018-10-09 17:24:50 +0300
commit406054d9c9ce31990d59640aa5d3dfd49e2d1e9d (patch)
treebf22655b36fb119e7b62d9bdc7fc061c7c8d9244 /configure.ac
parentb7da3cd005ab576b55e066ffa854697f41bb6f82 (diff)
test: build: configure option to disable test build
Test applications are not always needed. Added a configuration option to disable test application build and install. This makes build faster and install footprint smaller. Signed-off-by: Petri Savolainen <petri.savolainen@linaro.org> Reviewed-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 99f5ef439..3b71ef510 100644
--- a/configure.ac
+++ b/configure.ac
@@ -399,6 +399,7 @@ AC_MSG_RESULT([
cunit: ${cunit_support}
static tests linkage: ${enable_static_applications}
with_examples: ${with_examples}
+ with_tests: ${with_tests}
test_vald: ${test_vald}
test_perf: ${test_perf}
test_perf_proc: ${test_perf_proc}