aboutsummaryrefslogtreecommitdiff
path: root/tests/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.c')
-rw-r--r--tests/test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test.c b/tests/test.c
index 06fa399..a16c63a 100644
--- a/tests/test.c
+++ b/tests/test.c
@@ -1 +1,5 @@
#include <criterion/criterion.h>
+
+Test(simple, test) {
+ cr_assert(0, "Hello, World!");
+}