diff mbox series

[v4,3/4] Makefile.am: update distcheck configuration

Message ID 1498197613-17541-4-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [v4,1/4] test: traffic_mngr: fix distcheck failure | expand

Commit Message

Github ODP bot June 23, 2017, 6 a.m. UTC
From: Yi He <yi.he@linaro.org>


Update AM_DISTCHECK_CONFIGURE_FLAGS to enable all tests.

Signed-off-by: Yi He <yi.he@linaro.org>

---
/** Email created from pull request 35 (heyi-linaro:install-check)
 ** https://github.com/Linaro/odp/pull/35
 ** Patch: https://github.com/Linaro/odp/pull/35.patch
 ** Base sha: 09a7800c4c4a093fb962e362952f9cf562d2fc98
 ** Merge commit sha: b5d79989fc5925e5b83cedaf9e7c599a2a855e80
 **/
 Makefile.am | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/Makefile.am b/Makefile.am
index daa49788..fff1276a 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???