summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2010-01-21 23:11:08 +0000
committerVincent Sanders <vince@netsurf-browser.org>2010-01-21 23:11:08 +0000
commit2438d7075abca8f6bfc6f580598e38555ebc5d41 (patch)
tree70e168ba158f4a8039e88c88e669b04d863b117f /Makefile
parent131b6c4a00575c9e996a9ae60c90a9647fb5ef75 (diff)
downloadlibnsfb-2438d7075abca8f6bfc6f580598e38555ebc5d41.tar.gz
libnsfb-2438d7075abca8f6bfc6f580598e38555ebc5d41.tar.bz2
add beginnings of path plotting
svn path=/trunk/libnsfb/; revision=9854
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 57fa975..4468d12 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ COMPONENT_TYPE ?= lib-static
include build/makefiles/Makefile.tools
# Reevaluate when used, as BUILDDIR won't be defined yet
-TESTRUNNER = $(BUILDDIR)/test_plottest$(EXEEXT)
+TESTRUNNER = test/runtest.sh $(BUILDDIR) $(EXEEXT)
# Toolchain flags
WARNFLAGS := -Wall -Wextra -Wundef -Wpointer-arith -Wcast-align \