]> git.ipfire.org Git - thirdparty/bind9.git/commit
Stop the unit tests from running twice
authorEvan Hunt <each@isc.org>
Wed, 4 May 2022 02:43:23 +0000 (19:43 -0700)
committerOndřej Surý <ondrej@isc.org>
Tue, 31 May 2022 10:06:00 +0000 (12:06 +0200)
commita67ba6e0b9f8d3ff2e06909d9882f22f9bef2980
treee7c0417cf80f0862b46278cc336161d949c2884a
parentf128a9bcf2a2bf9a4d84b77ad693e26e0cf4bb19
Stop the unit tests from running twice

Move the libtest code into a 'libtest' subdirectory and make it
one of the SUBDIRS in the tests Makefile. having it at the top level
required having "." as one of the subdirs, and that caused the
unit tests to be executed twice.

(cherry picked from commit 568f65cc56370c211454d041c6b13d0d593cadab)
Makefile.tests
configure.ac
tests/Makefile.am
tests/libtest/Makefile.am [new file with mode: 0644]
tests/libtest/dns.c [moved from tests/dns.c with 100% similarity]
tests/libtest/isc.c [moved from tests/isc.c with 100% similarity]
tests/libtest/ns.c [moved from tests/ns.c with 100% similarity]