From: Yi He <[email protected]> Update AM_DISTCHECK_CONFIGURE_FLAGS to enable all tests.
Signed-off-by: Yi He <[email protected]> --- /** 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 --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???
