diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-07-31 09:54:35 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-07-31 09:54:35 +0200 |
commit | ed4e627d314bff09013dbd5547b2dcb40eb43037 (patch) | |
tree | f81fa51059928b7456775b83882de52a892bf022 /tests | |
parent | c39b1a665114ad2a8231f0ea69f9c730cc434070 (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.cc | 1 |
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); |