summaryrefslogtreecommitdiff
path: root/tests/Makefile.in
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2015-02-14 09:22:11 -0500
committerThomas Markwalder <tmark@isc.org>2015-02-14 09:22:11 -0500
commit9a111ee8039a9e1f3b22e8b649e3976490a9d5ac (patch)
treea621fc91a49fd321412329fbb4b8cd50bdc6d0d3 /tests/Makefile.in
parent112d76f60cef3c53bbbdcac53acab41f35427741 (diff)
downloadisc-dhcp-9a111ee8039a9e1f3b22e8b649e3976490a9d5ac.tar.gz
[master] ATF usage and documentation cleaned up
Merges in rt38619
Diffstat (limited to 'tests/Makefile.in')
-rw-r--r--tests/Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 79477b7b..629339d7 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -79,14 +79,14 @@ build_triplet = @build@
host_triplet = @host@
subdir = tests
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
- $(top_srcdir)/depcomp
+ $(srcdir)/unittest.sh.in $(top_srcdir)/depcomp
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/includes/config.h
-CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_FILES = unittest.sh
CONFIG_CLEAN_VPATH_FILES =
AR = ar
ARFLAGS = cru
@@ -156,6 +156,7 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
+ATF_BIN = @ATF_BIN@
ATF_CFLAGS = @ATF_CFLAGS@
ATF_LDFLAGS = @ATF_LDFLAGS@
AUTOCONF = @AUTOCONF@
@@ -320,6 +321,8 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(am__aclocal_m4_deps):
+unittest.sh: $(top_builddir)/config.status $(srcdir)/unittest.sh.in
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
clean-checkLIBRARIES:
-test -z "$(check_LIBRARIES)" || rm -f $(check_LIBRARIES)