aboutsummaryrefslogtreecommitdiff
path: root/src/test.h
diff options
context:
space:
mode:
authorame <[email protected]>2025-06-12 13:57:51 -0500
committerame <[email protected]>2025-06-12 13:57:51 -0500
commitfe09d3576ada9918f55431298c5d9a099e690761 (patch)
tree32fc93c956154a0cdc6a760f3acca1263d4feb2a /src/test.h
parent8e7257aac8b30aaa57577770fd636e784361e35d (diff)
rewrite mimetype parsing
Diffstat (limited to 'src/test.h')
-rw-r--r--src/test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test.h b/src/test.h
index bb39cc8..8dddb80 100644
--- a/src/test.h
+++ b/src/test.h
@@ -6,6 +6,8 @@ int l_stack_dump(lua_State*);
int l_upvalue_key_table(lua_State* L);
int l_stream_test(lua_State* L);
+#define clean_lullaby_test luaI_nothing
+
static const luaL_Reg test_function_list [] = {
{"_match", ld_match},
{"stack_dump", l_stack_dump},