]> gitweb.michael.orlitzky.com - libsvgtiny.git/blobdiff - Makefile
examples/svgtiny_display_x11.c: include the system copy of svgtiny.h
[libsvgtiny.git] / Makefile
index 308e7d0558333576c394e420e5aaa3d755373432..6511191fd38f92511187f2dd20f00fc754a7d58e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,11 +2,11 @@
 #
 # Makefile for libsvgtiny
 #
-# Copyright 2009-1015 John-Mark Bell <jmb@netsurf-browser.org>
+# Copyright 2009-2015 John-Mark Bell <jmb@netsurf-browser.org>
 
 # Component settings
 COMPONENT := svgtiny
-COMPONENT_VERSION := 0.1.3
+COMPONENT_VERSION := 0.1.7
 # 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 \