]> gitweb.michael.orlitzky.com - libsvgtiny.git/blobdiff - Makefile
enable decode tests for svg files
[libsvgtiny.git] / Makefile
index 308e7d0558333576c394e420e5aaa3d755373432..e9af281498293c25f24c4d96dc980b5e7ff46018 100644 (file)
--- 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 \