ignore "deck" at start of a list
add tests
add tests to clangify.sh
This commit is contained in:
ebbit1q 2021-04-02 05:35:36 +02:00 committed by GitHub
parent b940e17fe7
commit 1c48656623
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 48 additions and 2 deletions

View file

@ -11,7 +11,8 @@ cd "${BASH_SOURCE%/*}/" || exit 2 # could not find path, this could happen with
include=("common" \
"cockatrice/src" \
"oracle/src" \
"servatrice/src")
"servatrice/src" \
"tests")
exclude=("servatrice/src/smtp" \
"common/sfmt" \
"common/lib" \