summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/sum.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/example/sum.c b/example/sum.c
index d9d1221..645ed8e 100644
--- a/example/sum.c
+++ b/example/sum.c
@@ -24,6 +24,8 @@ LILY_TEST("sums are correct")
int main()
{
+ lily_begin();
sum_suite();
+ lily_finish();
return 0;
}