Home
last modified time | relevance | path

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

/external/libconfig/tinytest/
Dtinytest.h109 extern void tt_test_int(const char *file, int line, const char *aexpr,
114 tt_test_int(__FILE__, __LINE__, #A, (OP), #B, (A), (B), (F))
Dtinytest.c642 void tt_test_int(const char *file, int line, const char *aexpr, tt_op_t op, in tt_test_int() function