mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-22 10:10:14 -04:00
Add util/check-cocci.sh support for a command-line argument which is a path to a spatch file. Running `util/check-cocci.sh` runs all the spatch in `cocci` folder. Running `util/check-cocci.sh cocci/foo.spatch` only run the spatch `cocci/foo.spatch`. Any command line parameters after `--` are forwarded to `spatch` command, for instance: `util/check-cocci.sh -- --debug` `util/check-cocci.sh cocci/foo.spatch -- --debug` Will (1) run all spatch files in cocci/ with --debug spatch option and (2) run only `cocci/foo.spatch` with --debug options. |
||
|---|---|---|
| .. | ||
| bindkeys.pl | ||
| check-categories.sh | ||
| check-cocci.sh | ||
| check-gitignore.sh | ||
| check-make-install.sh.in | ||
| check-trailing-whitespace.sh | ||
| checklibs.sh | ||
| ci-wait-shotgun.py | ||
| dtrace.sh | ||
| gen-eddsa-vectors.c | ||
| gen-rsa-sha-vectors.c | ||
| generate-tsan-stress-jobs.py | ||
| get-running-system-tests.py | ||
| memleak.pl | ||
| meson-dist-package.sh | ||
| meson-glob.sh | ||
| meson-system-test-init.sh | ||
| meson.build | ||
| models.c | ||
| pairwise-construct.jq | ||
| pairwise-testing.sh | ||
| parse_tsan.py | ||
| release-tarball-comparison.sh | ||
| run-clang-tidy | ||
| select-baseline-version.jq | ||
| unused-headers.sh | ||
| xmllint-html.sh | ||