Searched refs:TEST3 (Results 1 – 1 of 1) sorted by relevance
| /examples/utest/testcases/posix/stdlib_h/functions/ |
| A D | strtol_tc.c | 8 #define TEST3(r, f, x, m) uassert_int_not_equal(f, x) macro 106 TEST3(l, strtol(s = "123", &c, 36), 0, "%ld != %ld"); in strtol_entry() 107 TEST3(i, c - s, 0, "wrong final position %d != %d"); in strtol_entry()
|
Completed in 4 milliseconds