diff mbox series

[v1,1/1] travis: add --enable-debug to list of test variants

Message ID 1503021604-15721-2-git-send-email-odpbot@yandex.ru
State Superseded
Headers show
Series [v1,1/1] travis: add --enable-debug to list of test variants | expand

Commit Message

Github ODP bot Aug. 18, 2017, 2 a.m. UTC
From: Bill Fischofer <bill.fischofer@linaro.org>


ODP includes a number of ODP_ASSERT() calls to assist in debugging but
these never expand unless --enable-debug is used. Add that test variant
to test new ODP_ASSERT() calls added as part of PRs as well as to do
additional testing on PRs to verify that they don't contain more subtle
problems that the existing ODP_ASSERT() calls are designed to catch.

Signed-off-by: Bill Fischofer <bill.fischofer@linaro.org>

---
/** Email created from pull request 133 (Bill-Fischofer-Linaro:travis-debug)
 ** https://github.com/Linaro/odp/pull/133
 ** Patch: https://github.com/Linaro/odp/pull/133.patch
 ** Base sha: 8b435cae63abbf0d44899b5bb87bb0aeb488ca2d
 ** Merge commit sha: f7ea9dd9dfed6f474dfc218f2ba16d8190b47e47
 **/
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index d750af1d..b70a00cb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -69,6 +69,7 @@  env:
         - CONF="--enable-schedule-sp"
         - CONF="--enable-schedule-iquery"
         - CONF="--enable-dpdk-zero-copy"
+        - CONF="--enable-debug"
 
 before_install: