aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2014-03-03 18:44:29 +0100
committerTobias Brunner <tobias@strongswan.org>2014-03-20 15:49:05 +0100
commit316aa4b43b8ced4169f3887603d588028c9411a2 (patch)
treeaccbc2c09646be8eeafada4f932c47ec2d215164 /.travis.yml
parent4ffe02a75d4ed5cb4f698c2c96068f380060899c (diff)
downloadstrongswan-316aa4b43b8ced4169f3887603d588028c9411a2.tar.bz2
strongswan-316aa4b43b8ced4169f3887603d588028c9411a2.tar.xz
travis: Add tests for builtin printf hook implementation
We can't test Vstr as it does not properly handle negative int arguments for custom format callbacks, so some of the enum tests would fail.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index affab27fb..e7b0f7e51 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,6 +26,9 @@ env:
- TEST=openssl LEAK_DETECTIVE=yes
# libgcrypt can't be deinitialized so we can't test it with leak detective
- TEST=gcrypt
+ # we can't test Vstr as negative int args are not properly passed to CBs
+ - TEST=printf-builtin
+ - TEST=printf-builtin LEAK_DETECTIVE=yes
- TEST=all
- TEST=all MONOLITHIC=yes