summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-02-15 22:10:06 +0100
committerDaniel Friesel <derf@finalrewind.org>2016-02-15 22:10:06 +0100
commit74c6186a0e8cffd86a068d3114fa6afbb8274ad9 (patch)
treeea0027dff431e7c13e68b8500a136bcd13b1a143 /Makefile
parentce776bb156b827fbfb9e93bfe6065b6e2d841cf0 (diff)
skip all tests on debian arm* / mips* (broken Imlib2, again)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 160c523..d6c60ba 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,11 @@ build-applications:
@${MAKE} -C share/applications
test: all
- @PACKAGE=${PACKAGE} prove test/feh.t test/mandoc.t
+ @if ! uname -m | fgrep -q -e arm -e mips || ! test -e /etc/debian_version; then \
+ PACKAGE=${PACKAGE} prove test/feh.t test/mandoc.t; \
+ else \
+ PACKAGE=${PACKAGE} prove test/feh.t test/mandoc.t || cat test/imlib2-bug-notice; \
+ fi
test-x11: all
test/run-interactive