X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=e9af281498293c25f24c4d96dc980b5e7ff46018;hb=fe31edd04e7789b8e6050729809d6b76fc42dd3d;hp=308e7d0558333576c394e420e5aaa3d755373432;hpb=a32dcf6d6f66935a8b82ea1f8f04e783fcf51fd6;p=libsvgtiny.git 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 \