6 lines
101 B
C
6 lines
101 B
C
#include <criterion/criterion.h>
|
|
|
|
Test(dummy_test_handle_ttl, always_pass)
|
|
{
|
|
cr_assert(1, "");
|
|
}
|