]> git.ipfire.org Git - thirdparty/strongswan.git/commit
travis: Run tests against wolfSSL
authorTobias Brunner <tobias@strongswan.org>
Tue, 9 Apr 2019 08:40:54 +0000 (10:40 +0200)
committerTobias Brunner <tobias@strongswan.org>
Wed, 24 Apr 2019 10:26:08 +0000 (12:26 +0200)
commitd50bb81c7d1f26c964340e4fdd6f8226194b3f5f
tree4bc414037bf459b98f7ac2f7fc897c384c696436
parentd3329ee540c8f6137c9860a96fd7041ae9b57e66
travis: Run tests against wolfSSL

Check for wolfssl/options.h because if it isn't included, checking other
headers will trigger a warning about hardening the wolfSSL build, which
will cause the check to fail with -Werror.

If the file doesn't exist because user_settings.h is used, the check may
be skipped by configuring with `ac_cv_header_wolfssl_options_h=yes`.
.travis.yml
configure.ac
scripts/test.sh