aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorYi He <yi.he@linaro.org>2017-06-23 11:21:50 +0800
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-06-23 17:25:13 +0300
commitfdd3df3547c78d81d1244eac3fa65512e9023237 (patch)
tree3a768c0390187b9235c1e0a72e3f6bd04b2d9f0c /Makefile.am
parente5b211403233dda67507f18fd91f9826022fd287 (diff)
Makefile.am: update distcheck configuration
Update AM_DISTCHECK_CONFIGURE_FLAGS to enable all tests. Signed-off-by: Yi He <yi.he@linaro.org> Reviewed-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index daa497886..fff1276ac 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,11 @@
ACLOCAL_AMFLAGS=-I m4
AUTOMAKE_OPTIONS = foreign
-AM_DISTCHECK_CONFIGURE_FLAGS = --enable-test-cpp \
- --enable-test-perf \
- --enable-test-vald \
+AM_DISTCHECK_CONFIGURE_FLAGS = --enable-test-cpp \
+ --enable-test-example \
+ --enable-test-helper \
+ --enable-test-perf \
+ --enable-test-perf-proc \
+ --enable-test-vald \
--with-testdir
#@with_platform@ works alone in subdir but not as part of a path???