Lines Matching defs:test
3 #include "test-lib.h"46 const struct test_utc_mktime *test = &tests[i];48 tm.tm_year = test->year - 1900;49 tm.tm_mon = test->month - 1;50 tm.tm_mday = test->day;51 tm.tm_hour = test->hour;52 tm.tm_min = test->min;53 tm.tm_sec = test->sec;56 success = t == test->out;59 (long)t, (long)test->out));