File: 00-disable_tests.patch

package info (click to toggle)
readosm 1%3A1.1.0a%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,040 kB
  • sloc: sh: 11,264; ansic: 4,226; makefile: 38
file content (24 lines) | stat: -rw-r--r-- 549 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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])