From 6b87c7f213bea62a545169286acdd5d2b66ae082 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Sat, 30 Dec 2017 17:49:14 +0100 Subject: checkpoint for regen --- common/Kyuafile | 4 ---- common/tests/Makefile.am | 5 +++-- 2 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 common/Kyuafile (limited to 'common') 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 -- cgit v1.2.1 From 35a3a3a88fd87686fda0b006565610618ae31ad5 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Sat, 30 Dec 2017 16:52:24 +0000 Subject: [rt46933] regen --- common/Makefile.in | 1 + common/tests/Makefile.in | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'common') diff --git a/common/Makefile.in b/common/Makefile.in index b8eafe77..630de997 100644 --- a/common/Makefile.in +++ b/common/Makefile.in @@ -315,6 +315,7 @@ RANLIB = @RANLIB@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ +UNITTESTS = @UNITTESTS@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ diff --git a/common/tests/Makefile.in b/common/tests/Makefile.in index 3818764d..60b176f0 100644 --- a/common/tests/Makefile.in +++ b/common/tests/Makefile.in @@ -306,6 +306,7 @@ RANLIB = @RANLIB@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ +UNITTESTS = @UNITTESTS@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ @@ -362,7 +363,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = . AM_CPPFLAGS = $(ATF_CFLAGS) -I$(top_srcdir)/includes -EXTRA_DIST = Atffile +EXTRA_DIST = Atffile Kyuafile ATF_TESTS = $(am__append_1) @HAVE_ATF_TRUE@alloc_unittest_SOURCES = test_alloc.c $(top_srcdir)/tests/t_api_dhcp.c @HAVE_ATF_TRUE@alloc_unittest_LDADD = $(ATF_LDFLAGS) ../libdhcp.@A@ \ @@ -767,12 +768,13 @@ uninstall-am: @HAVE_ATF_TRUE@check: $(ATF_TESTS) @HAVE_ATF_TRUE@ @if test $(top_srcdir) != ${top_builddir}; then \ @HAVE_ATF_TRUE@ cp $(top_srcdir)/common/tests/Atffile Atffile; \ +@HAVE_ATF_TRUE@ cp $(top_srcdir)/common/tests/Kyuafile Kyuafile; \ @HAVE_ATF_TRUE@ fi @HAVE_ATF_TRUE@ sh ${top_builddir}/tests/unittest.sh @HAVE_ATF_TRUE@distclean-local: @HAVE_ATF_TRUE@ @if test $(top_srcdir) != ${top_builddir}; then \ -@HAVE_ATF_TRUE@ rm -f Atffile; \ +@HAVE_ATF_TRUE@ rm -f Atffile Kyuafile; \ @HAVE_ATF_TRUE@ fi # Tell versions [3.59,3.63) of GNU make to not export all variables. -- cgit v1.2.1