6 lines
98 B
C
6 lines
98 B
C
#include <criterion/criterion.h>
|
|
|
|
Test(dummy, always_pass)
|
|
{
|
|
cr_assert(0, "Hello, world!");
|
|
}
|