From: Aki Tuomi Date: Tue, 4 Jun 2013 06:48:20 +0000 (+0300) Subject: Add remotebackend to testing X-Git-Tag: rec-3.6.0-rc1~705^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea90c8a9f616c6f5b5c6851dd7a47f6a90eb39eb;p=thirdparty%2Fpdns.git Add remotebackend to testing --- diff --git a/.travis.yml b/.travis.yml index 650d38ad8a..6d12ecc024 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ before_script: - sudo restart mysql script: - ./bootstrap - - ./configure --with-modules='gmysql tinydns random' --with-sqlite3 --enable-unit-tests + - ./configure --with-modules='pipe remote gmysql tinydns random' --with-sqlite3 --enable-unit-tests - make dist - make -j 4 - make check @@ -35,6 +35,8 @@ script: - ./start-test-stop 5300 gmysql-nsec3-optout-presigned - ./start-test-stop 5300 gmysql-nsec3-narrow - ./start-test-stop 5300 tinydns + - ./start-test-stop 5300 remotebackend-pipe + - ./start-test-stop 5300 remotebackend-pipe-dnssec - cd ../regression-tests.nobackend/ - ./runtests - test ! -s ./failed_tests