Add test for extending exported classes in Lua.
commit677ffbc924995743149afa7747b9b1a6a8f0cbc3
authorDaniel Wallin <daniel@boostpro.com>
Fri, 21 Aug 2009 10:59:45 +0000 (21 12:59 +0200)
committerDaniel Wallin <daniel@boostpro.com>
Fri, 21 Aug 2009 10:59:45 +0000 (21 12:59 +0200)
tree1c694cc8220fe3fa2693bb728b804328a9b54eb2
parent5b873c50eaa9d9b3d2533f38cab9f83a981348d6
Add test for extending exported classes in Lua.

Test that it's possible to add functions to exported C++ classes in Lua.
test/Jamfile
test/test_extend_class_in_lua.cpp [new file with mode: 0644]