summaryrefslogtreecommitdiff
path: root/src/test/test-strxcpyx.c
Commit message (Collapse)AuthorAge
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-23
| | | | | | This patch removes includes that are not used. The removals were found with include-what-you-use which checks if any of the symbols from a header is in use.
* Assorted format fixesZbigniew Jędrzejewski-Szmek2015-01-22
| | | | | Types used for pids and uids in various interfaces are unpredictable. Too bad.
* test: only use assert_seThomas Hindoe Paaboel Andersen2014-10-04
| | | | | The asserts used in the tests should never be allowed to be optimized away
* tests: fix size_t in format stringZbigniew Jędrzejewski-Szmek2013-03-26
|
* tests: add tests of strxcpyxThomas Hindoe Paaboel Andersen2013-02-10
also fix a bad indentation in test-strbug.c