commit 49def93bad497685a5c8627e631a7b3448801611
parent 099ae0cded9e83d39675bf199001357e3a62905e
Author: Florian Dold <florian@dold.me>
Date: Mon, 20 Jul 2026 11:14:10 +0200
add allcheck target to Makefile.in
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/Makefile.in b/Makefile.in
@@ -41,6 +41,12 @@ installcheck:
integrationtests:
$(MESON) test -C $(mesonbuilddir) --suite=integrationtests
+# Run all tests
+.PHONY: allcheck
+allcheck:
+ $(MESON) test -C $(mesonbuilddir) --setup=all
+
+
format:
$(MESON) fmt -i -r .
#find ./src -name "*.[h,c]" | uncrustify -l c -c contrib/conf/uncrustify.cfg -F - --replace --no-backup