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(CPP)
AC_SUBST(CPPFLAGS) AC_SUBST(CPPFLAGS)
AS_IF([test x"$cross_compiling" != x"yes"], [
AC_SUBST(RUN_TESTS, "run")
])
AC_CONFIG_FILES([buildsys.mk extra.mk]) AC_CONFIG_FILES([buildsys.mk extra.mk])
AC_OUTPUT AC_OUTPUT

View file

@ -5,4 +5,3 @@ OBJIRC_LIB_MINOR = 0
OBJIRC_LIB_MAJOR_MINOR = ${OBJIRC_LIB_MAJOR}.${OBJIRC_LIB_MINOR} OBJIRC_LIB_MAJOR_MINOR = ${OBJIRC_LIB_MAJOR}.${OBJIRC_LIB_MINOR}
LIBOBJIRC_DEP = @LIBOBJIRC_DEP@ LIBOBJIRC_DEP = @LIBOBJIRC_DEP@
RUN_TESTS = @RUN_TESTS@

View file

@ -5,8 +5,6 @@ SRCS = tests.m
include ../buildsys.mk include ../buildsys.mk
post-all: ${RUN_TESTS}
.PHONY: run .PHONY: run
run: run:
rm -f libobjirc.so.${OBJIRC_LIB_MAJOR} rm -f libobjirc.so.${OBJIRC_LIB_MAJOR}