aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorQrius <[email protected]>2025-04-22 08:27:08 +0200
committerQrius <[email protected]>2025-04-22 08:27:11 +0200
commitf2c2588c60dfd091fbf661501f4c3ce8874814f4 (patch)
treee5508fb0f8a70e421b696d661fc38385118c1baa /Makefile
parentece47e5261f3a042299186f1146ebd511b8a85fe (diff)
downloadskaldpress-f2c2588c60dfd091fbf661501f4c3ce8874814f4.tar.gz
skaldpress-f2c2588c60dfd091fbf661501f4c3ce8874814f4.zip
Approach malleable system
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dc25faa..8394bbf 100644
--- a/Makefile
+++ b/Makefile
@@ -34,5 +34,7 @@ test:
mypy src/ && \
pyflakes src/ && \
./tests/test_macro_processor.sh && \
- ./tests/test_skaldpress.sh
+ ./tests/test_skaldpress.sh && \
+ ./tests/test_unittests.sh
+