From: IOhannes m zmölnig Date: Tue, 16 Feb 2016 14:14:05 +0000 (+0100) Subject: Skip failing tests X-Git-Tag: archive/raspbian/0.15.4+ds1-1+rpi1^2~162 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d7a6c0782dacee218b8d61a499747bdf01a4688c;p=giada.git Skip failing tests --- diff --git a/debian/patches/0003-skip-tests.patch b/debian/patches/0003-skip-tests.patch new file mode 100644 index 0000000..df67229 --- /dev/null +++ b/debian/patches/0003-skip-tests.patch @@ -0,0 +1,20 @@ +Description: skip tests that cannot succeed + wave-test: requires non-existing (non-shipped) test.wav + midimap-test: requires midimaps to be installed in the user's home directory +Author: IOhannes m zmölnig +Bug: https://github.com/monocasual/giada/issues/69 +Last-Update: 2016-02-16 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- giada.orig/Makefile.am ++++ giada/Makefile.am +@@ -180,9 +180,7 @@ + giada_tests_SOURCES = \ + tests/main.cpp \ + tests/conf.cpp \ +-tests/wave.cpp \ + tests/patch.cpp \ +-tests/midiMapConf.cpp \ + tests/utils.cpp \ + src/core/conf.cpp \ + src/core/wave.cpp \ diff --git a/debian/patches/series b/debian/patches/series index 944e3d1..0effaeb 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ 0001-reproducible.patch 0002-spelling.patch +0003-skip-tests.patch