From: Francis Dupont Date: Thu, 11 Jan 2018 14:21:05 +0000 (+0100) Subject: Added missing Kyuafile files X-Git-Tag: v4_4_0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=913ec5318c5d477f4baae3a0c668566d7dbefcb2;p=thirdparty%2Fdhcp.git Added missing Kyuafile files --- diff --git a/client/tests/Kyuafile b/client/tests/Kyuafile new file mode 100644 index 000000000..5bcdf2145 --- /dev/null +++ b/client/tests/Kyuafile @@ -0,0 +1,4 @@ +syntax(2) +test_suite('isc-dhcp') + +atf_test_program{name='duid_unittests'} diff --git a/common/tests/Kyuafile b/common/tests/Kyuafile new file mode 100644 index 000000000..cb1e2cf5b --- /dev/null +++ b/common/tests/Kyuafile @@ -0,0 +1,7 @@ +syntax(2) +test_suite('isc-dhcp') + +atf_test_program{name='alloc_unittest'} +atf_test_program{name='dns_unittest'} +atf_test_program{name='misc_unittest'} +atf_test_program{name='ns_name_unittest'} diff --git a/server/tests/Kyuafile b/server/tests/Kyuafile new file mode 100644 index 000000000..5e9af0410 --- /dev/null +++ b/server/tests/Kyuafile @@ -0,0 +1,8 @@ +syntax(2) +test_suite('isc-dhcp') + +atf_test_program{name='dhcpd_unittests'} +atf_test_program{name='hash_unittests'} +atf_test_program{name='leaseq_unittests'} +atf_test_program{name='legacy_unittests'} +atf_test_program{name='load_bal_unittests'}