X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=Makefile;h=8b5a1efebb6b7c007868614e2a574865bea1f5f2;hb=29874def63e8c02159516327a7393fdd1da455d1;hp=308e7d0558333576c394e420e5aaa3d755373432;hpb=35db3a3d047cd55b2104294fbe4d39f5b72a7e14;p=libsvgtiny.git diff --git a/Makefile b/Makefile index 308e7d0..8b5a1ef 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.4 # 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 \