aboutsummaryrefslogtreecommitdiff
path: root/test/functional/fixtures/printargs-test.c
Commit message (Collapse)AuthorAge
* test: format C test files and fix clang-tidy warningsdundargoc2024-12-21
| | | | | | | It's probably not worth adding the C test files to regular formatting as they're pretty much never touched, but ensuring the files are formatted according to our standards and getting rid of warnings is a cheap one-time fix.
* build: remove PVSdundargoc2023-11-12
| | | | | | | We already have an extensive suite of static analysis tools we use, which causes a fair bit of redundancy as we get duplicate warnings. PVS is also prone to give false warnings which creates a lot of work to identify and disable.
* *: Add comment to all C filesZyX2017-04-19
|
* test: system([...])Rui Abreu Ferreira2017-01-11