roza/tests/units/trivial.c

6 lines
86 B
C

#include <criterion/criterion.h>
Test(trivial, trivial) {
cr_assert(1 + 1 == 2);
}