summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2017-12-30 17:49:14 +0100
committerFrancis Dupont <fdupont@isc.org>2017-12-30 17:49:14 +0100
commit6b87c7f213bea62a545169286acdd5d2b66ae082 (patch)
tree900e62085171c851f220f6e9d1928497b94d6f3d /common
parente3318080eea68223bcbdb0beef6157a51cd7b180 (diff)
downloadisc-dhcp-6b87c7f213bea62a545169286acdd5d2b66ae082.tar.gz
checkpoint for regen
Diffstat (limited to 'common')
-rw-r--r--common/Kyuafile4
-rw-r--r--common/tests/Makefile.am5
2 files changed, 3 insertions, 6 deletions
diff --git a/common/Kyuafile b/common/Kyuafile
deleted file mode 100644
index 69893c3d..00000000
--- a/common/Kyuafile
+++ /dev/null
@@ -1,4 +0,0 @@
-syntax(2)
-test_suite('isc-dhcp')
-
-include('tests/Kyuafile')
diff --git a/common/tests/Makefile.am b/common/tests/Makefile.am
index 84e21591..4129e450 100644
--- a/common/tests/Makefile.am
+++ b/common/tests/Makefile.am
@@ -2,7 +2,7 @@ SUBDIRS = .
AM_CPPFLAGS = $(ATF_CFLAGS) -I$(top_srcdir)/includes
-EXTRA_DIST = Atffile
+EXTRA_DIST = Atffile Kyuafile
ATF_TESTS =
@@ -45,12 +45,13 @@ ns_name_unittest_LDADD += ../libdhcp.@A@ ../../omapip/libomapi.@A@ \
check: $(ATF_TESTS)
@if test $(top_srcdir) != ${top_builddir}; then \
cp $(top_srcdir)/common/tests/Atffile Atffile; \
+ cp $(top_srcdir)/common/tests/Kyuafile Kyuafile; \
fi
sh ${top_builddir}/tests/unittest.sh
distclean-local:
@if test $(top_srcdir) != ${top_builddir}; then \
- rm -f Atffile; \
+ rm -f Atffile Kyuafile; \
fi
endif