diff mbox series

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

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

Commit Message

Github ODP bot Aug. 20, 2017, midnight 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: aecb3c7a442b426761f1e6f43308a1e9ea709ef3
 ** Merge commit sha: f55ab57d2bf9916b9e9116ed490b9845ce4c6c0e
 **/
 .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: