Lines Matching refs:tests
46 struct a tests[] = {
54 for(i = 0; i < sizeof(tests)/sizeof(tests[0]); i++) {
55 timediff_t result = Curl_timediff(tests[i].first, tests[i].second);
56 if(result != tests[i].result) {
58 (long)tests[i].first.tv_sec,
59 tests[i].first.tv_usec,
60 (long)tests[i].second.tv_sec,
61 tests[i].second.tv_usec,
63 (long)tests[i].result);