summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-07-07 00:05:05 +0100
committerVincent Sanders <vince@kyllikki.org>2015-07-07 00:05:30 +0100
commitccfc2aeefa87400d506a59799933ad591e7d92ca (patch)
tree106dd6646970a6e66f67f57263341ec80069c5d0 /Makefile
parentc38670ade8c664fa511cebb4b5d2950b12e7bf81 (diff)
downloadnetsurf-ccfc2aeefa87400d506a59799933ad591e7d92ca.tar.gz
netsurf-ccfc2aeefa87400d506a59799933ad591e7d92ca.tar.bz2
make nsurl unit test work again
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 107e61cf8..fc3225aca 100644
--- a/Makefile
+++ b/Makefile
@@ -824,3 +824,8 @@ install: all-program install-$(TARGET)
docs:
doxygen Docs/Doxyfile
+
+.PHONY:test
+
+test:
+ make -C test \ No newline at end of file