From d7a6c0782dacee218b8d61a499747bdf01a4688c Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 16 Feb 2016 15:14:05 +0100 Subject: [PATCH] Skip failing tests --- debian/patches/0003-skip-tests.patch | 20 ++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 21 insertions(+) create mode 100644 debian/patches/0003-skip-tests.patch 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 -- 2.30.2