aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2024-03-19 14:47:01 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2025-06-15 01:30:26 +0200
commit6c391814a7d43f007c9309102990473c7f9aff96 (patch)
tree485e7326b3707c74c7e05cc7d6fdd3f0457219ae /Makefile
parentd7ee7abff7832b387892afe6fd073aa22f639b66 (diff)
downloadhaunt-blog-6c391814a7d43f007c9309102990473c7f9aff96.tar.gz
haunt-blog-6c391814a7d43f007c9309102990473c7f9aff96.tar.bz2
haunt-blog-6c391814a7d43f007c9309102990473c7f9aff96.zip
Add very primitive tests.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
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