From 30211fa4a3d65e7f26640d0c2caba3e5b48312b1 Mon Sep 17 00:00:00 2001 From: sanine-a Date: Sun, 23 May 2021 22:54:25 -0500 Subject: add all function definitions in honeysuckle.h --- src/test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/test.c') diff --git a/src/test.c b/src/test.c index 5275d4d..5a74414 100644 --- a/src/test.c +++ b/src/test.c @@ -7,7 +7,8 @@ #include "honeysuckle.h" -/* minunit testing macros modified from those at www.jera.com/techinfo/jtns/jtn002.html */ +/* minunit testing macros modified from those at + www.jera.com/techinfo/jtns/jtn002.html */ #define mu_assert(message, test) do { if (!(test)) return message; } while (0) #define mu_run_test(name, test) do { \ lua_State *L = luaL_newstate(); \ -- cgit v1.2.1