Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-04 | ignore: all executable unit test cases | Daniel Stenberg | |
2011-01-04 | unittest: test base64 encode/decode | Daniel Stenberg | |
2011-01-04 | curlcheck.h: avoid using NULL pointers | Daniel Stenberg | |
2011-01-04 | curlcheck.h: add verify_memory | Daniel Stenberg | |
This check verifies that a pointer contains the correct data. | |||
2011-01-04 | curlcheck.h: add newlines in error messages | Daniel Stenberg | |
2011-01-04 | unittest: verify curl_strequal | Daniel Stenberg | |
2011-01-03 | curlcheck.h: add fail_if() fix code | Daniel 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-03 | unittests: basic docs | Daniel Stenberg | |
2011-01-03 | ignore: unit test files | Daniel Stenberg | |
2011-01-03 | unittesting: build a separate static lib | Daniel Stenberg | |
When configure --enable-debug has been used, all files in lib/ are now built twice and a separate static library crafted for unit-testing will be linked. The unit tests in the tests/unit subdir will use that library. | |||
2011-01-03 | unittest: framework for unit-testing | Daniel Stenberg | |
This is the first approach at doing fairly clean and easy to write and debug unit tests. |