aboutsummaryrefslogtreecommitdiff
path: root/tests/test.c
blob: a16c63a2dc31629a786685c60ce83d1201edbe8e (plain) (blame)
1
2
3
4
5
#include <criterion/criterion.h>

Test(simple, test) {
    cr_assert(0, "Hello, World!");
}