summaryrefslogtreecommitdiff
path: root/src/test.c
diff options
context:
space:
mode:
authorsanine-a <sanine.not@pm.me>2021-05-23 22:54:25 -0500
committersanine-a <sanine.not@pm.me>2021-05-23 22:54:25 -0500
commit30211fa4a3d65e7f26640d0c2caba3e5b48312b1 (patch)
tree13b47569a3b1f45b2fd899d51c734dfd71c82a7d /src/test.c
parente06165088c13cd31819a7b1bb1a2ba9e5aaf689e (diff)
add all function definitions in honeysuckle.h
Diffstat (limited to 'src/test.c')
-rw-r--r--src/test.c3
1 files changed, 2 insertions, 1 deletions
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(); \