Codebase list readosm / debian/1.1.0+dfsg-2 debian / patches / 00-disable_tests.patch
debian/1.1.0+dfsg-2

Tree @debian/1.1.0+dfsg-2 (Download .tar.gz)

00-disable_tests.patch @debian/1.1.0+dfsg-2raw · history · blame

Description: disable buildtime tests
Author: David Paleino <dapal@debian.org>
Forwarded: not-needed

--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = headers src tests examples
+SUBDIRS = headers src examples
 
 EXTRA_DIST = makefile.vc nmake.opt mainpage.doxy
 
--- a/Makefile.in
+++ b/Makefile.in
@@ -358,7 +358,7 @@ top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = headers src tests examples
+SUBDIRS = headers src examples
 EXTRA_DIST = makefile.vc nmake.opt mainpage.doxy
 AUTOMAKE_OPTIONS = dist-zip foreign
 pkgconfigdir = $(libdir)/pkgconfig
--- a/configure
+++ b/configure
@@ -17008,7 +17008,7 @@ if test "x$enable_gcov" = "xyes"; then
     GCOV_FLAGS="-lgcov"
 fi
 
-ac_config_files="$ac_config_files Makefile headers/Makefile src/Makefile tests/Makefile examples/Makefile Doxyfile readosm.pc"
+ac_config_files="$ac_config_files Makefile headers/Makefile src/Makefile examples/Makefile Doxyfile readosm.pc"
 
 
 
@@ -18256,7 +18256,6 @@ do
     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
     "headers/Makefile") CONFIG_FILES="$CONFIG_FILES headers/Makefile" ;;
     "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
-    "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
     "examples/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;;
     "Doxyfile") CONFIG_FILES="$CONFIG_FILES Doxyfile" ;;
     "readosm.pc") CONFIG_FILES="$CONFIG_FILES readosm.pc" ;;
--- a/configure.ac
+++ b/configure.ac
@@ -55,7 +55,6 @@ fi
 AC_CONFIG_FILES([Makefile \
 		headers/Makefile \
 		src/Makefile \
-		tests/Makefile \
 		examples/Makefile \
 		Doxyfile \
 		readosm.pc])