From 30756e3f952cfb790b5c5f503d82eea3ea938814 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Sun, 15 Jan 2017 15:11:18 +0100 Subject: Tests: Added LuaState thread stress-test. --- tests/LuaThreadStress/Bindings.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/LuaThreadStress/Bindings.h (limited to 'tests/LuaThreadStress/Bindings.h') diff --git a/tests/LuaThreadStress/Bindings.h b/tests/LuaThreadStress/Bindings.h new file mode 100644 index 000000000..490830ac3 --- /dev/null +++ b/tests/LuaThreadStress/Bindings.h @@ -0,0 +1,15 @@ + +// Bindings.h + +// Dummy include file needed for LuaState to compile successfully + + + + +struct lua_State; + +int tolua_AllToLua_open(lua_State * a_LuaState); + + + + -- cgit v1.2.3