]> git.ipfire.org Git - thirdparty/pdns.git/commit - pdns/recursordist/configure.ac
rec: Run unit tests, split recursor-specific unit tests from the auth 5139/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 13 Mar 2017 12:52:51 +0000 (13:52 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 13 Mar 2017 12:52:51 +0000 (13:52 +0100)
commit35d883a830af0284efafe94d1a6bd1c1ad04bae7
treef4df7a566db8a4595370a0d770f00c84608b8cae
parent1efb94eda4f8500c3568c149b9ca4ca5fa74e1fc
rec: Run unit tests, split recursor-specific unit tests from the auth

Some unit tests are common and will be run twice, once in the auth
build and once in the rec one. This ensures that they will be run on
rec-4.0.x and auth-4.0.x branches as well.
21 files changed:
build-scripts/travis.sh
pdns/Makefile.am
pdns/recursordist/Makefile.am
pdns/recursordist/configure.ac
pdns/recursordist/m4/pdns_enable_unit_tests.m4 [new symlink]
pdns/recursordist/sha.hh [deleted symlink]
pdns/recursordist/test-arguments_cc.cc [new symlink]
pdns/recursordist/test-base32_cc.cc [new symlink]
pdns/recursordist/test-base64_cc.cc [new symlink]
pdns/recursordist/test-dns_random_hh.cc [new symlink]
pdns/recursordist/test-dnsname_cc.cc [new symlink]
pdns/recursordist/test-dnsparser_hh.cc [new symlink]
pdns/recursordist/test-dnsrecordcontent.cc [new symlink]
pdns/recursordist/test-dnsrecords_cc.cc [new symlink]
pdns/recursordist/test-iputils_hh.cc [new symlink]
pdns/recursordist/test-misc_hh.cc [new symlink]
pdns/recursordist/test-nmtree.cc [new symlink]
pdns/recursordist/test-rcpgenerator_cc.cc [new symlink]
pdns/recursordist/test-recpacketcache_cc.cc [new symlink]
pdns/recursordist/test-tsig.cc [new symlink]
pdns/recursordist/testrunner.cc [new file with mode: 0644]