summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* uniformly use AM_CPPFLAGS, avoid deprecated INCLUDESDave Reisner2012-11-061-15/+15
* configure: Windows cross-compilation fixesYang Tse2012-04-091-1/+6
* removed trailing whitespaceYang Tse2011-12-301-2/+2
* test suite: use test case specific netrc file namesYang Tse2011-09-051-1/+1
* fix a bunch of MSVC compiler warningsYang Tse2011-09-031-2/+2
* base64: fix Curl_base64_encode and Curl_base64_decode interfacesYang Tse2011-08-241-24/+41
* Fixed test 1300 to pass the memory torture testDan Fandrich2011-06-241-1/+3
* unitteset: Curl_llist_moveAmr Shahin2011-06-191-1/+73
* curl_formget: fix FILE * leakDaniel Stenberg2011-06-131-0/+17
* Fixed test 1309 to pass the torture testDan Fandrich2011-06-111-12/+9
* splay: add unit testsDaniel Stenberg2011-06-102-1/+115
* unit test formpost: added test case 1308Daniel Stenberg2011-06-102-1/+81
* unit tests: attempt to fix linkage issueYang Tse2011-06-021-1/+1
* unit tests: more build adjustmentsYang Tse2011-06-012-15/+6
* makefile: avoid preprocessor definition usage when linkingYang Tse2011-06-011-1/+1
* unit tests: build adjustmentYang Tse2011-05-252-5/+7
* unit tests: README, adjust header inclusion orderYang Tse2011-05-241-4/+1
* compiler warning: fixYang Tse2011-05-242-4/+4
* compiler warning: fixYang Tse2011-05-211-1/+1
* unit tests: adjust header inclusion orderYang Tse2011-05-217-26/+8
* unit1305: Fixed the test to match our coding style.Julien Chaffraix2011-03-201-40/+40
* sources: update source headersDaniel Stenberg2011-03-108-9/+150
* Moved test 577 into the unit test framework as test 1307Dan Fandrich2011-03-042-1/+223
* Added unit test 1306 so tests 558 & 559 are now fully replacedDan Fandrich2011-03-041-10/+13
* The unit test argument is allowed to be usedDan Fandrich2011-03-041-2/+2
* Converted tests 558 & 559 to use the unit test framework as 1305Dan Fandrich2011-03-042-1/+133
* Fixed test 1300 to pass the torture testDan Fandrich2011-03-041-0/+4
* Added abort_* unit test macrosDan Fandrich2011-03-041-0/+28
* netrc: Enable setting up the filename in unit tests.Julien Chaffraix2011-02-101-13/+12
* test1304: Added some unit tests for Curl_parsenetrc.Julien Chaffraix2011-02-102-1/+127
* unit1300: code style cleanupDaniel Stenberg2011-02-021-53/+52
* adding unit tests for Curl_llist_removeAmr Shahin2011-02-021-1/+83
* Fixed C++ style comment not allowed in ISO C90.Guenter Knauf2011-01-221-1/+1
* unittest: add 3 tests to test1300Amr Shahin2011-01-201-1/+79
* Made unit_setup() return an error code to abort the test earlyDan Fandrich2011-01-055-17/+32
* unittest: 1303 tests Curl_timeleftDaniel Stenberg2011-01-042-1/+124
* curlcheck.h: add fail()Daniel Stenberg2011-01-041-0/+10
* Fixed path to allow out-of-tree buildsDan Fandrich2011-01-041-2/+2
* ignore: all executable unit test casesDaniel Stenberg2011-01-041-1/+1
* unittest: test base64 encode/decodeDaniel Stenberg2011-01-042-1/+84
* curlcheck.h: avoid using NULL pointersDaniel Stenberg2011-01-041-1/+1
* curlcheck.h: add verify_memoryDaniel Stenberg2011-01-041-0/+7
* curlcheck.h: add newlines in error messagesDaniel Stenberg2011-01-041-6/+6
* unittest: verify curl_strequalDaniel Stenberg2011-01-042-1/+38
* curlcheck.h: add fail_if() fix codeDaniel Stenberg2011-01-031-1/+10
* unittests: basic docsDaniel Stenberg2011-01-031-0/+73
* ignore: unit test filesDaniel Stenberg2011-01-031-0/+1
* unittesting: build a separate static libDaniel Stenberg2011-01-031-2/+11
* unittest: framework for unit-testingDaniel Stenberg2011-01-034-0/+141