aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 88cecc9..3902df5 100644
--- a/Makefile
+++ b/Makefile
@@ -138,6 +138,7 @@ help:
" # For security reasons This file needs to be manually " \
" # reviewed manually before usage." \
"markdown # create markdown pages. To be done after reviewing links.txt." \
+ "check # Run tests." \
serve:
$(HAUNT) serve -w -p $(HAUNT_PORT)
@@ -155,3 +156,5 @@ website.tar.gz: build
index.html \
--transform="s#^site#web#" \
--transform="s#^pages/img/#web/img/#"
+check: build
+ ./tests.sh