roza/tests/units/trivial.c

6 lines
86 B
C
Raw Normal View History

2023-12-07 19:16:58 +00:00
#include <criterion/criterion.h>
Test(trivial, trivial) {
cr_assert(1 + 1 == 2);
}