summaryrefslogtreecommitdiff
path: root/common/tests
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.com>2012-08-23 18:14:17 +0000
committerShawn Routhier <sar@isc.com>2012-08-23 18:14:17 +0000
commit529be52a84e882afb3efcc33e8dd898dd655f0ad (patch)
tree24a38fb2075244e09d0834fa5ea016694f68090a /common/tests
parent03b44855b1c857082a87328e171200dc6a5f4069 (diff)
downloadisc-dhcp-529be52a84e882afb3efcc33e8dd898dd655f0ad.tar.gz
Add common/tests/Atffile and server/tests/Atffile to the distribution
and rebuild the auto generated files
Diffstat (limited to 'common/tests')
-rw-r--r--common/tests/Makefile.am2
-rw-r--r--common/tests/Makefile.in1
2 files changed, 3 insertions, 0 deletions
diff --git a/common/tests/Makefile.am b/common/tests/Makefile.am
index 85808271..43df7a98 100644
--- a/common/tests/Makefile.am
+++ b/common/tests/Makefile.am
@@ -2,6 +2,8 @@ SUBDIRS = .
AM_CPPFLAGS = $(ATF_CFLAGS) -std=c99 -I$(top_srcdir)/includes
+EXTRA_DIST = Atffile
+
ATF_TESTS =
if HAVE_ATF
diff --git a/common/tests/Makefile.in b/common/tests/Makefile.in
index 78cadfc7..395b376d 100644
--- a/common/tests/Makefile.in
+++ b/common/tests/Makefile.in
@@ -168,6 +168,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
SUBDIRS = .
AM_CPPFLAGS = $(ATF_CFLAGS) -std=c99 -I$(top_srcdir)/includes
+EXTRA_DIST = Atffile
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 \