]> git.ipfire.org Git - thirdparty/bind9.git/commit
Move resconf_test.c to tests/dns and cleanup
authorMark Andrews <marka@isc.org>
Wed, 11 Dec 2024 01:28:40 +0000 (12:28 +1100)
committerMark Andrews <marka@isc.org>
Thu, 12 Dec 2024 22:16:36 +0000 (22:16 +0000)
commitb711b5b10d10ebc345be527835e83f803eb9a85b
tree1f64975d6f2142de98872b852aa760fe7cffd45f
parentc38eb871587147cdc795a11ec232eb5dbd6b285b
Move resconf_test.c to tests/dns and cleanup
25 files changed:
configure.ac
tests/Makefile.am
tests/dns/Makefile.am
tests/dns/resconf_test.c [moved from tests/irs/resconf_test.c with 68% similarity]
tests/dns/testdata/resconf/domain.conf [moved from tests/irs/testdata/domain.conf with 100% similarity]
tests/dns/testdata/resconf/nameserver-v4.conf [moved from tests/irs/testdata/nameserver-v4.conf with 100% similarity]
tests/dns/testdata/resconf/nameserver-v6-scoped.conf [moved from tests/irs/testdata/nameserver-v6-scoped.conf with 100% similarity]
tests/dns/testdata/resconf/nameserver-v6.conf [moved from tests/irs/testdata/nameserver-v6.conf with 100% similarity]
tests/dns/testdata/resconf/options-attempts.conf [moved from tests/irs/testdata/options-attempts.conf with 100% similarity]
tests/dns/testdata/resconf/options-bad-ndots.conf [moved from tests/irs/testdata/options-bad-ndots.conf with 100% similarity]
tests/dns/testdata/resconf/options-debug.conf [moved from tests/irs/testdata/options-debug.conf with 100% similarity]
tests/dns/testdata/resconf/options-empty.conf [moved from tests/irs/testdata/options-empty.conf with 100% similarity]
tests/dns/testdata/resconf/options-ndots.conf [moved from tests/irs/testdata/options-ndots.conf with 100% similarity]
tests/dns/testdata/resconf/options-timeout.conf [moved from tests/irs/testdata/options-timeout.conf with 100% similarity]
tests/dns/testdata/resconf/options-unknown.conf [moved from tests/irs/testdata/options-unknown.conf with 100% similarity]
tests/dns/testdata/resconf/options.conf [moved from tests/irs/testdata/options.conf with 100% similarity]
tests/dns/testdata/resconf/port.conf [moved from tests/irs/testdata/port.conf with 100% similarity]
tests/dns/testdata/resconf/resolv.conf [moved from tests/irs/testdata/resolv.conf with 100% similarity]
tests/dns/testdata/resconf/search.conf [moved from tests/irs/testdata/search.conf with 100% similarity]
tests/dns/testdata/resconf/sortlist-v4.conf [moved from tests/irs/testdata/sortlist-v4.conf with 100% similarity]
tests/dns/testdata/resconf/timeout.conf [moved from tests/irs/testdata/timeout.conf with 100% similarity]
tests/dns/testdata/resconf/unknown+search.conf [moved from tests/irs/testdata/unknown+search.conf with 100% similarity]
tests/dns/testdata/resconf/unknown-with-value.conf [moved from tests/irs/testdata/unknown-with-value.conf with 100% similarity]
tests/dns/testdata/resconf/unknown-without-value.conf [moved from tests/irs/testdata/unknown-without-value.conf with 100% similarity]
tests/irs/Makefile.am [deleted file]