Home
last modified time | relevance | path

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

/lib/liblwip/test/unit/
Dlwip_check.h13 #define EXPECT_RETX(x, y) do { fail_unless(x); if(!(x)) { return y; }} while(0) macro
14 #define EXPECT_RETNULL(x) EXPECT_RETX(x, NULL)
/lib/liblwip/test/unit/tcp/
Dtcp_helper.c200 EXPECT_RETX(arg != NULL, ERR_OK); in test_tcp_counters_recv()
201 EXPECT_RETX(pcb != NULL, ERR_OK); in test_tcp_counters_recv()
202 EXPECT_RETX(err == ERR_OK, ERR_OK); in test_tcp_counters_recv()