diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2022-05-10 19:30:03 (GMT) |
|---|---|---|
| committer | NeroBurner <pyro4hell@gmail.com> | 2022-05-16 21:25:47 (GMT) |
| commit | 6171c9d45d61fa2cc12d5f3ec929c50b0c26fb0e (patch) | |
| tree | 6ebb4c8e1c5421cb978fcabc3ee85aa30358152b /tests | |
| parent | a6fcdec0f8157fb65e52712255295ebe78c455af (diff) | |
Only test format when it is wanted
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/test-format.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-format.sh b/tests/test-format.sh index 1dd9cdb..86667c7 100755 --- a/tests/test-format.sh +++ b/tests/test-format.sh @@ -16,6 +16,7 @@ for file in $CHANGED_FILES do [ -e "$file" ] || continue case "$file" in + src/libs/*) continue ;; *.cpp|*.h) echo Checking "$file" clang-format -i "$file" |
