From: Ruben d'Arco Date: Thu, 9 May 2013 05:41:12 +0000 (+0200) Subject: Add testrunner to travis X-Git-Tag: auth-3.3-rc1~95^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F786%2Fhead;p=thirdparty%2Fpdns.git Add testrunner to travis --- diff --git a/.travis.yml b/.travis.yml index 8908b4d326..08bc4d5360 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,12 +3,15 @@ compiler: - gcc before_script: - sudo apt-get update -qq - - sudo apt-get install -qq libboost-all-dev libtolua-dev bc libcdb-dev libnet-dns-perl ldnsutils dnsutils + - sudo apt-get install -qq libboost-all-dev libtolua-dev bc libcdb-dev libnet-dns-perl ldnsutils dnsutils libtool script: - ./bootstrap - - ./configure --with-modules='gmysql' --with-sqlite3 + - ./configure --with-modules='gmysql' --with-sqlite3 --enable-unit-tests - make -j 4 - - cd regression-tests + - cd pdns + - make testrunner + - ./testrunner + - cd ../regression-tests - touch verify-dnssec-zone/skip - ./start-test-stop 5300 bind - ./start-test-stop 5300 bind-presigned