summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-09-02 09:21:05 +0100
committerVincent Sanders <vince@kyllikki.org>2015-09-02 09:21:05 +0100
commitfe31edd04e7789b8e6050729809d6b76fc42dd3d (patch)
treed5d7df486fc8f37de58def5d9f6548ab900a5399 /Makefile
parenta32dcf6d6f66935a8b82ea1f8f04e783fcf51fd6 (diff)
downloadlibsvgtiny-fe31edd04e7789b8e6050729809d6b76fc42dd3d.tar.gz
libsvgtiny-fe31edd04e7789b8e6050729809d6b76fc42dd3d.tar.bz2
enable decode tests for svg files
These svg files have caused the library to crash and to render poorly.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 308e7d0..e9af281 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,8 @@ PREFIX ?= /opt/netsurf
NSSHARED ?= $(PREFIX)/share/netsurf-buildsystem
include $(NSSHARED)/makefiles/Makefile.tools
-TESTRUNNER := $(ECHO)
+# Reevaluate when used, as BUILDDIR won't be defined yet
+TESTRUNNER = test/runtest.sh $(BUILDDIR) $(EXEEXT)
# Toolchain flags
WARNFLAGS := -Wall -W -Wundef -Wpointer-arith -Wcast-align \