]> git.pld-linux.org Git - packages/gpgme.git/blob - gpgme-kill-tests.patch
- let tests bcond disable all tests; enable tests by default
[packages/gpgme.git] / gpgme-kill-tests.patch
1 --- gpgme-1.12.0/lang/python/Makefile.am.orig   2018-10-05 15:17:05.000000000 +0200
2 +++ gpgme-1.12.0/lang/python/Makefile.am        2018-10-18 21:49:34.447090074 +0200
3 @@ -25,7 +25,13 @@
4         doc \
5         src
6  
7 -SUBDIRS = . tests
8 +if RUN_GPG_TESTS
9 +tests = tests
10 +else
11 +tests =
12 +endif
13 +
14 +SUBDIRS = . ${tests}
15  
16  .PHONY: prepare
17  prepare: copystamp
This page took 0.042804 seconds and 3 git commands to generate.