diff options
author | Qrius <[email protected]> | 2025-04-22 08:27:08 +0200 |
---|---|---|
committer | Qrius <[email protected]> | 2025-04-22 08:27:11 +0200 |
commit | f2c2588c60dfd091fbf661501f4c3ce8874814f4 (patch) | |
tree | e5508fb0f8a70e421b696d661fc38385118c1baa /Makefile | |
parent | ece47e5261f3a042299186f1146ebd511b8a85fe (diff) | |
download | skaldpress-f2c2588c60dfd091fbf661501f4c3ce8874814f4.tar.gz skaldpress-f2c2588c60dfd091fbf661501f4c3ce8874814f4.zip |
Approach malleable system
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 + |