summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2021-08-16 00:30:33 +0100
committerJohn-Mark Bell <jmb@netsurf-browser.org>2021-08-16 00:30:33 +0100
commita1735a1171f484e9828029576c99cff12448060f (patch)
tree2633accc10fedb8a079522218bbb68b77b0c68e4 /Makefile
parent06fae32a7ae53ad113376befbc78414374f9326b (diff)
downloadlibrufl-a1735a1171f484e9828029576c99cff12448060f.tar.gz
librufl-a1735a1171f484e9828029576c99cff12448060f.tar.bz2
Introduce test infrastructure
Mock out every OS call made by the library (they all return an unimplemented error for the timebeing). Add a trivial test case that verifies that rufl_init() fails.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1653ee9..bfaf61e 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ PREFIX ?= /opt/netsurf
NSSHARED ?= $(PREFIX)/share/netsurf-buildsystem
include $(NSSHARED)/makefiles/Makefile.tools
-TESTRUNNER := $(ECHO)
+TESTRUNNER := $(PERL) $(NSTESTTOOLS)/testrunner.pl
# Toolchain flags
WARNFLAGS := -Wall -W -Wundef -Wpointer-arith -Wcast-align \