summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-07-31 09:54:35 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-07-31 09:54:35 +0200
commited4e627d314bff09013dbd5547b2dcb40eb43037 (patch)
treef81fa51059928b7456775b83882de52a892bf022 /tests
parentc39b1a665114ad2a8231f0ea69f9c730cc434070 (diff)
Few more tweaks to the Lua class exporter. Now we have parent support as well as as the class name.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-Lua.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-Lua.cc b/tests/test-Lua.cc
index 1925033..fec6f11 100644
--- a/tests/test-Lua.cc
+++ b/tests/test-Lua.cc
@@ -65,6 +65,7 @@ class LuaObjectTestFactory : public LuaObjectFactory {
CHECK_METHODS(ObjectTest);
CHECK_FUNCTIONS(ObjectTest);
+ PUSH_CLASS(ObjectTest);
PUSH_CONSTRUCTOR(ObjectTest, OBJECTTEST_CONSTRUCTOR);
PUSH_STATIC(ObjectTest, OBJECTTEST_SOMESTATIC);
PUSH_FUNCTION(ObjectTest, OBJECTTEST_SOMEFUNCTION);