aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/curlcheck.h
AgeCommit message (Collapse)Author
2011-01-04curlcheck.h: add newlines in error messagesDaniel Stenberg
2011-01-03curlcheck.h: add fail_if() fix codeDaniel Stenberg
The UNITTEST_START and UNITTEST_STOP defines needed to do a new brace level so that test cases can declare variables fine and still remain fine C89 code.
2011-01-03unittest: framework for unit-testingDaniel Stenberg
This is the first approach at doing fairly clean and easy to write and debug unit tests.