Home
last modified time | relevance | path

Searched refs:TEST2 (Results 1 – 1 of 1) sorted by relevance

/examples/utest/testcases/posix/stdlib_h/functions/
A Dstrtol_tc.c7 #define TEST2(r, f, x, m) uassert_int_equal(f, x) macro
31 TEST2(i, c - s, 10, "wrong final position %d != %d"); in strtol_entry()
33 TEST2(i, c - s, 11, "wrong final position %d != %d"); in strtol_entry()
35 TEST2(i, c - s, 10, "wrong final position %d != %d"); in strtol_entry()
37 TEST2(i, c - s, 2, "wrong final position %d != %d"); in strtol_entry()
39 TEST2(i, c - s, 2, "wrong final position %d != %d"); in strtol_entry()
41 TEST2(i, c - s, 11, "wrong final position %d != %d"); in strtol_entry()
100 TEST2(i, c - s, 1, "wrong final position %ld != %ld"); in strtol_entry()
103 TEST2(i, c - s, 6, "wrong final position %ld != %ld"); in strtol_entry()
110 TEST2(i, c - s, 7, "wrong final position %d != %d"); in strtol_entry()
[all …]

Completed in 3 milliseconds