--- /dev/null
+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 \