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