labwc/scripts
tokyo4j 261ec3c509 scripts/check: run style check for test files
Co-authored-by: @johanmalm
2025-10-20 04:12:38 +09:00
..
ci CI: verify early exit on missing fonts 2025-05-09 20:20:54 +01:00
helper
.gitignore NEWS.md: link from TOC to each section 2025-09-02 08:14:39 +09:00
asan_leak_suppressions
check scripts/check: run style check for test files 2025-10-20 04:12:38 +09:00
checkpatch.pl scripts/check: run style check for test files 2025-10-20 04:12:38 +09:00
find-banned.sh
README.md checkpatch: add scripts/check for batch processing 2022-11-03 19:20:23 +00:00
rip.c NEWS.md: link from TOC to each section 2025-09-02 08:14:39 +09:00
run-with-asan.sh
wl_compcheck.py scripts: add wl_compcheck.py 2024-12-10 21:05:31 +00:00

These scripts are intended to be run from the project top-level directory like this: scripts/foo.sh

  • scripts/check: wrapper to check all files in src/ and include/

  • scripts/checkpatch.pl: Quick hack on the Linux kernel checkpatch.pl to lint C files written according to the labwc coding style. Run like this: ./checkpatch.pl --no-tree --terse --strict --file <file>