aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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
+