From 6f09dd5d29ea6f07fb6892f8810c0aab6f722e8b Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Tue, 23 Jan 2018 13:54:25 +0200 Subject: [PATCH] travis: Run tests for lua2 --- build-scripts/travis.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-scripts/travis.sh b/build-scripts/travis.sh index 9b0ef4bd7..a556f7cc1 100755 --- a/build-scripts/travis.sh +++ b/build-scripts/travis.sh @@ -370,7 +370,7 @@ build_auth() { run "./bootstrap" # Build without --enable-botan, no botan 2.x in Travis CI run "CFLAGS='-O1' CXXFLAGS='-O1' ./configure \ - --with-dynmodules='bind gmysql geoip gpgsql gsqlite3 ldap lua mydns opendbx pipe random remote tinydns godbc' \ + --with-dynmodules='bind gmysql geoip gpgsql gsqlite3 ldap lua mydns opendbx pipe random remote tinydns godbc lua2' \ --with-modules='' \ --with-sqlite3 \ --enable-libsodium \ @@ -532,6 +532,9 @@ test_auth() { run "./timestamp ./start-test-stop 5300 gsqlite3-nsec3-optout-both" run "./timestamp ./start-test-stop 5300 gsqlite3-nsec3-narrow" + run "./timestamp ./start-test-stop 5300 lua2" + run "./timestamp ./start-test-stop 5300 lua2-dnssec" + run "cd .." ### api ### -- 2.49.0