Skip failing tests
authorIOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at>
Tue, 16 Feb 2016 14:14:05 +0000 (15:14 +0100)
committerIOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at>
Tue, 16 Feb 2016 14:14:05 +0000 (15:14 +0100)
debian/patches/0003-skip-tests.patch [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/0003-skip-tests.patch b/debian/patches/0003-skip-tests.patch
new file mode 100644 (file)
index 0000000..df67229
--- /dev/null
@@ -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            \
index 944e3d125e7e7507cc5194ac020ab5585220cda6..0effaeb15e29a6c2065930887bf1e083642fc309 100644 (file)
@@ -1,2 +1,3 @@
 0001-reproducible.patch
 0002-spelling.patch
+0003-skip-tests.patch