]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add testrunner to travis 786/head
authorRuben d'Arco <cyclops@prof-x.net>
Thu, 9 May 2013 05:41:12 +0000 (07:41 +0200)
committerRuben d'Arco <cyclops@prof-x.net>
Thu, 9 May 2013 05:41:12 +0000 (07:41 +0200)
.travis.yml

index 8908b4d3260e79deca606eb369c5d4692db11469..08bc4d5360026f6cdaf59afed753722b2ebe976a 100644 (file)
@@ -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