From fe31edd04e7789b8e6050729809d6b76fc42dd3d Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 2 Sep 2015 09:21:05 +0100 Subject: enable decode tests for svg files These svg files have caused the library to crash and to render poorly. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 \ -- cgit v1.2.3