diff options
author | Francis Dupont <fdupont@isc.org> | 2017-12-30 17:49:14 +0100 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2017-12-30 17:49:14 +0100 |
commit | 6b87c7f213bea62a545169286acdd5d2b66ae082 (patch) | |
tree | 900e62085171c851f220f6e9d1928497b94d6f3d /client | |
parent | e3318080eea68223bcbdb0beef6157a51cd7b180 (diff) | |
download | isc-dhcp-6b87c7f213bea62a545169286acdd5d2b66ae082.tar.gz |
checkpoint for regen
Diffstat (limited to 'client')
-rw-r--r-- | client/Kyuafile | 4 | ||||
-rw-r--r-- | client/tests/Makefile.am | 7 |
2 files changed, 5 insertions, 6 deletions
diff --git a/client/Kyuafile b/client/Kyuafile deleted file mode 100644 index 69893c3d..00000000 --- a/client/Kyuafile +++ /dev/null @@ -1,4 +0,0 @@ -syntax(2) -test_suite('isc-dhcp') - -include('tests/Kyuafile') diff --git a/client/tests/Makefile.am b/client/tests/Makefile.am index 04561375..8f1f0587 100644 --- a/client/tests/Makefile.am +++ b/client/tests/Makefile.am @@ -5,7 +5,8 @@ AM_CPPFLAGS += -I@BINDDIR@/include -I$(top_srcdir) AM_CPPFLAGS += -DLOCALSTATEDIR='"."' AM_CPPFLAGS += -DCLIENT_PATH='"."' -EXTRA_DIST = Atffile duid0_test.txt duid1_test.txt duid2_test.txt duid3_test.txt +EXTRA_DIST = Atffile Kyuafile +EXTRA_DIST += duid0_test.txt duid1_test.txt duid2_test.txt duid3_test.txt # for autotools debugging only info: @@ -37,6 +38,7 @@ duid_unittests_LDADD += $(DHCPLIBS) check: $(ATF_TESTS) @if test $(top_srcdir) != ${top_builddir}; then \ cp $(top_srcdir)/client/tests/Atffile Atffile; \ + cp $(top_srcdir)/client/tests/Kyuafile Kyuafile; \ cp $(top_srcdir)/client/tests/duid0_test.txt duid0_test.txt; \ cp $(top_srcdir)/client/tests/duid1_test.txt duid1_test.txt; \ cp $(top_srcdir)/client/tests/duid2_test.txt duid2_test.txt; \ @@ -46,7 +48,8 @@ check: $(ATF_TESTS) distclean-local: @if test $(top_srcdir) != ${top_builddir}; then \ - rm -f Atffile duid0_test.txt duid1_test.txt; \ + rm -f Atffile Kyuafile; \ + rm -f duid0_test.txt duid1_test.txt; \ rm -f duid2_test.txt duid3_test.txt; \ fi |