diff options
Diffstat (limited to 'test/external/metalang99/scripts/check-fmt.sh')
| -rwxr-xr-x | test/external/metalang99/scripts/check-fmt.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/external/metalang99/scripts/check-fmt.sh b/test/external/metalang99/scripts/check-fmt.sh new file mode 100755 index 0000000..a3342c6 --- /dev/null +++ b/test/external/metalang99/scripts/check-fmt.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +./run-clang-format/run-clang-format.py \ + --exclude examples/build \ + --exclude tests/build \ + -r include tests examples bench |