Home
last modified time | relevance | path

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

/net-tools-2.7.6/tinydtls-0.8.2/ecc/
Dtest_helper.h49 #define assert(e) ((e) ? (void)0 : test_assert(__FILE__, __LINE__))
50 void test_assert(const char *, int);
Dtest_helper.c71 test_assert(const char *file, int lineno) in test_assert() function