diff options
author | sanine-a <sanine.not@pm.me> | 2021-05-23 22:54:25 -0500 |
---|---|---|
committer | sanine-a <sanine.not@pm.me> | 2021-05-23 22:54:25 -0500 |
commit | 30211fa4a3d65e7f26640d0c2caba3e5b48312b1 (patch) | |
tree | 13b47569a3b1f45b2fd899d51c734dfd71c82a7d /src/test.c | |
parent | e06165088c13cd31819a7b1bb1a2ba9e5aaf689e (diff) |
add all function definitions in honeysuckle.h
Diffstat (limited to 'src/test.c')
-rw-r--r-- | src/test.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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(); \ |