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