summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-08-24 09:25:11 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-08-24 09:25:11 +0000
commit2235d513b23c2330ff42959b16d8c260cebecf07 (patch)
tree43540da26021ca5dfcd08c8a715841866df1b263 /Makefile
parent40556ff303ad567a4232e37f70519055978dd94b (diff)
downloadlibsvgtiny-2235d513b23c2330ff42959b16d8c260cebecf07.tar.gz
libsvgtiny-2235d513b23c2330ff42959b16d8c260cebecf07.tar.bz2
Something approximating a makefile for the test binary.
pkg-config control file. svn path=/trunk/libsvgtiny/; revision=9426
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 04fe3fc..2f74aa1 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,8 @@ COMPONENT_TYPE ?= lib-static
# Setup the tooling
include build/makefiles/Makefile.tools
+TESTRUNNER := $(ECHO)
+
# Toolchain flags
WARNFLAGS := -Wall -Wundef -Wpointer-arith -Wcast-align \
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \