test: Add a simple mcl formatting test

This should definitely get expanded overtime when we can have something
decent for formatting mcl code. For now, catch the easy things.
This commit is contained in:
James Shubin
2023-12-12 00:02:43 -05:00
parent 1d886f2995
commit da5f94e62c
2 changed files with 37 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ if label-block "basic"; then
run-testsuite ./test/test-vet.sh
run-testsuite ./test/test-misc.sh
run-testsuite ./test/test-gofmt.sh
run-testsuite ./test/test-mclfmt.sh
run-testsuite ./test/test-yamlfmt.sh
run-testsuite ./test/test-bashfmt.sh
run-testsuite ./test/test-headerfmt.sh