From: Bill Fischofer <bill.fischo...@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.fischo...@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 --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:
 

Reply via email to