summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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 \