From 3515199c9e158d4b6fe5d064539bdf288dca7b81 Mon Sep 17 00:00:00 2001 From: gramanas Date: Wed, 11 May 2022 02:17:51 +0300 Subject: initial library includes --- tests/types.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/types.c') diff --git a/tests/types.c b/tests/types.c index 9f08ac8..30498fe 100644 --- a/tests/types.c +++ b/tests/types.c @@ -1,6 +1,8 @@ /* -*- eval: (outline-minor-mode); outline-regexp: "START_TEST("; -*- */ -static check_empty_recipe(recipe * r) { +static int +check_empty_recipe(recipe * r) +{ ck_assert_int_eq(r->n, 1); ck_assert_int_eq(r->in, 0); ck_assert_int_eq(r->sn, 0); -- cgit v1.2.3