summaryrefslogtreecommitdiff
path: root/tests/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/main.c')
-rw-r--r--tests/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/main.c b/tests/main.c
index a3de945..ccc7310 100644
--- a/tests/main.c
+++ b/tests/main.c
@@ -8,6 +8,8 @@
int main()
{
+ run_test("check basic assert_msg()", basic_assertion);
+
printf("all tests finished.\n");
return 0;
}