summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-03-24 16:32:20 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-03-24 16:32:20 +0000
commit75ab0fcf10b301bafc551e80e64efb0eaaf757d9 (patch)
tree768569de1f051f505f5434011036fb23ac408561
parent93c202497fa12f75c393e686ed470f85faa72af2 (diff)
downloadlibhubbub-75ab0fcf10b301bafc551e80e64efb0eaaf757d9.tar.gz
libhubbub-75ab0fcf10b301bafc551e80e64efb0eaaf757d9.tar.bz2
Declare testrunner
svn path=/trunk/hubbub/; revision=6847
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2308c85..b63ab6f 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,8 @@ COMPONENT_TYPE ?= lib-static
# Setup the tooling
include build/makefiles/Makefile.tools
+TESTRUNNER := $(PERL) build/testtools/testrunner.pl
+
# Toolchain flags
WARNFLAGS := -Wall -Wextra -Wundef -Wpointer-arith -Wcast-align \
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \