summaryrefslogtreecommitdiff
path: root/configure.ac-lt
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 /configure.ac-lt
parente3318080eea68223bcbdb0beef6157a51cd7b180 (diff)
downloadisc-dhcp-6b87c7f213bea62a545169286acdd5d2b66ae082.tar.gz
checkpoint for regen
Diffstat (limited to 'configure.ac-lt')
-rw-r--r--configure.ac-lt5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac-lt b/configure.ac-lt
index 62593d3f..e3a29922 100644
--- a/configure.ac-lt
+++ b/configure.ac-lt
@@ -304,13 +304,12 @@ elif test "$atf_path" != "no" ; then
ATF_BIN=$atf_path/bin
fi
- if test ! -x $ATF_BIN/atf-run -o ! -x $ATF_BIN/atf-report ; then
- AC_MSG_WARN([atf-run/atf-report not found, assuming they are in your path])
- fi
+ UNITTESTS=tests
AC_SUBST(ATF_CFLAGS)
AC_SUBST(ATF_LDFLAGS)
AC_SUBST(ATF_BIN)
+ AC_SUBST(UNITTESTS)
fi
fi