From 47e0929527f93b76e1916704e8df883ed27d1cc4 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sun, 22 Jan 2017 15:20:46 +0000 Subject: [PATCH] Do not run tests automatically This is a bad idea as they require networking and do not terminate. FossilOrigin-Name: 9a8a6a9bf926da5da865bda8f6d82dee86a8c7bc75ac7689df1a53fd31b0611f --- configure.ac | 4 ---- extra.mk.in | 1 - tests/Makefile | 2 -- 3 files changed, 7 deletions(-) diff --git a/configure.ac b/configure.ac index 5301c10..7d9a048 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/extra.mk.in b/extra.mk.in index 9994ec4..c62ceeb 100644 --- a/extra.mk.in +++ b/extra.mk.in @@ -5,4 +5,3 @@ OBJIRC_LIB_MINOR = 0 OBJIRC_LIB_MAJOR_MINOR = ${OBJIRC_LIB_MAJOR}.${OBJIRC_LIB_MINOR} LIBOBJIRC_DEP = @LIBOBJIRC_DEP@ -RUN_TESTS = @RUN_TESTS@ diff --git a/tests/Makefile b/tests/Makefile index 9bdec14..6003768 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -5,8 +5,6 @@ SRCS = tests.m include ../buildsys.mk -post-all: ${RUN_TESTS} - .PHONY: run run: rm -f libobjirc.so.${OBJIRC_LIB_MAJOR}