X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=Makefile;h=d9cf652ce8234a2ab122273b41407eafbaf6e48e;hb=d62f8b2a13cf7e7bcc4963e541d27490dda77757;hp=308e7d0558333576c394e420e5aaa3d755373432;hpb=35db3a3d047cd55b2104294fbe4d39f5b72a7e14;p=libsvgtiny.git diff --git a/Makefile b/Makefile index 308e7d0..d9cf652 100644 --- a/Makefile +++ b/Makefile @@ -2,11 +2,11 @@ # # Makefile for libsvgtiny # -# Copyright 2009-1015 John-Mark Bell +# Copyright 2009-2015 John-Mark Bell # Component settings COMPONENT := svgtiny -COMPONENT_VERSION := 0.1.3 +COMPONENT_VERSION := 0.1.6 # Default to a static library COMPONENT_TYPE ?= lib-static @@ -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 \