Do not run tests automatically

This is a bad idea as they require networking and do not terminate.

FossilOrigin-Name: 9a8a6a9bf926da5da865bda8f6d82dee86a8c7bc75ac7689df1a53fd31b0611f
This commit is contained in:
Jonathan Schleifer 2017-01-22 15:20:46 +00:00
parent 2ab7c7a3d0
commit 47e0929527
3 changed files with 0 additions and 7 deletions

View file

@ -48,9 +48,5 @@ dnl and add OBJCPPFLAGS to CPPFLAGS, thus we need to AC_SUBST these ourself.
AC_SUBST(CPP)
AC_SUBST(CPPFLAGS)
AS_IF([test x"$cross_compiling" != x"yes"], [
AC_SUBST(RUN_TESTS, "run")
])
AC_CONFIG_FILES([buildsys.mk extra.mk])
AC_OUTPUT