summaryrefslogtreecommitdiff
path: root/src/test/test-strbuf.c
Commit message (Collapse)AuthorAge
* treewide: correct spacing near eol in code commentsTorstein Husebø2014-12-11
|
* test: only use assert_seThomas Hindoe Paaboel Andersen2014-10-04
| | | | | The asserts used in the tests should never be allowed to be optimized away
* trivial coding style clean upsThomas Hindoe Paaboel Andersen2013-12-03
| | | | | | | | | | | | | | - Add space between if/for and the opening parentheses - Place the opening brace on same line as the function (not for udev) From the CODING_STYLE Try to use this: void foo() { } instead of this: void foo() { }
* tests: add tests of strxcpyxThomas Hindoe Paaboel Andersen2013-02-10
| | | | also fix a bad indentation in test-strbug.c
* tests: add test of strbufThomas Hindoe Paaboel Andersen2013-02-09