summaryrefslogtreecommitdiff
path: root/src/honeysuckle.c
diff options
context:
space:
mode:
authorsanine-a <sanine.not@pm.me>2021-05-25 22:48:29 -0500
committersanine-a <sanine.not@pm.me>2021-05-25 22:48:29 -0500
commit8122a6ecc2280741c84e7f028a3531299a9f8e9e (patch)
tree9bfb969c90d8955b24510fbf3c4cd99f65038b07 /src/honeysuckle.c
parent98799b491512a235c43e183ac0a2ec762b75edfd (diff)
add initial tests for hs_parse_args and define TEST() macro
Diffstat (limited to 'src/honeysuckle.c')
-rw-r--r--src/honeysuckle.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/honeysuckle.c b/src/honeysuckle.c
index 2e2a12f..9cc3720 100644
--- a/src/honeysuckle.c
+++ b/src/honeysuckle.c
@@ -6,6 +6,13 @@ const char* hs_type_to_string(int type)
return "mock";
}
+
+void hs_parse_args(lua_State *L, ...)
+{
+ L = L;
+}
+
+
void hs_pushstring(lua_State *L, const char *format_string, ...)
{
lua_pushnumber(L, 0.4);