Codebase list readosm / ca408691-41f7-4111-aac2-ff225d237c53/main debian / patches / 00-disable_tests.patch
ca408691-41f7-4111-aac2-ff225d237c53/main

Tree @ca408691-41f7-4111-aac2-ff225d237c53/main (Download .tar.gz)

00-disable_tests.patch @ca408691-41f7-4111-aac2-ff225d237c53/mainraw · 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 makefile64.vc nmake64.opt \
 			mainpage.doxy config-msvc.h
--- 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])