diff mbox series

[v4,4/4] travis: enable all tests when make distcheck

Message ID 1498197613-17541-5-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>


Make distcheck with all test configurations
to confirm test programs installation in odp
distribution package.

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
 **/
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index 67a2df64..2cc8caf7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -137,7 +137,7 @@  jobs:
                   compiler: gcc
                   script:
                           - ./bootstrap
-                          - ./configure
+                          - ./configure --prefix=$HOME/odp-install --enable-test-cpp --enable-test-vald --enable-test-helper --enable-test-perf --enable-user-guides --enable-test-perf-proc --enable-test-example
                           - sudo LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH" make distcheck
                 - stage: test
                   env: TEST=doxygen