aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>2017-08-29 16:22:17 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-09-04 18:35:43 +0300
commit29139f725a7d6f2bd9e57a60abf1e55f4ac64c97 (patch)
treeade1362813ed4644d5ebe611a8ec105e324c2344 /Makefile.am
parent7508c5ac906bb7cb1d339b4c5e924f3a18e504ca (diff)
configure: enable all tests by default
Signed-off-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 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index e1ea07d55..7398499cb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,11 +1,5 @@
ACLOCAL_AMFLAGS=-I m4
-AM_DISTCHECK_CONFIGURE_FLAGS = --enable-test-cpp \
- --enable-test-example \
- --enable-test-helper \
- --enable-test-perf \
- --enable-test-perf-proc \
- --enable-test-vald \
- --enable-user-guides \
+AM_DISTCHECK_CONFIGURE_FLAGS = --enable-user-guides \
--with-testdir
#@with_platform@ works alone in subdir but not as part of a path???