summaryrefslogtreecommitdiff
path: root/tests/unit/unit1606.c
Commit message (Collapse)AuthorAgeFilesLines
* unit1606: Fixed shadowed variable warningDan Fandrich2017-08-281-8/+7
|
* tests: Make sure libtests & unittests call curl_global_cleanup()Dan Fandrich2017-08-261-11/+11
| | | | These were missed in commit c468c27b.
* timeval: struct curltime is a struct timeval replacementDaniel Stenberg2017-07-281-1/+1
| | | | | | | | | ... to make all libcurl internals able to use the same data types for the struct members. The timeval struct differs subtly on several platforms so it makes it cumbersome to use everywhere. Ref: #1652 Closes #1693
* unit1606: do not print/access bufferDaniel Stenberg2017-05-011-1/+0
| | | | It was a wrong assumption that it could do that!
* tests: fixed OOM handling of unit tests to abort testDan Fandrich2017-04-301-0/+1
| | | | It's dangerous to continue to run the test when a memory alloc fails.
* test1606: verify speedcheckDaniel Stenberg2017-04-061-0/+90