summaryrefslogtreecommitdiff
path: root/configure.ac-base
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac-base')
-rw-r--r--configure.ac-base5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac-base b/configure.ac-base
index c6136ca9..0208a048 100644
--- a/configure.ac-base
+++ b/configure.ac-base
@@ -310,13 +310,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