new example: hello_world
[luabind.git] / test / Jamfile
blobcafee76d048bdd555eda4393bb3ac2e7b81871cf
1 import testing ;
3 use-project /luabind : ../ ;
5 SOURCES = 
6     test_const.cpp
7     test_object.cpp
8     test_implicit_cast.cpp
9     test_scope.cpp
10     test_typetraits.cpp
11     test_construction.cpp
12     test_operators.cpp
13     test_yield.cpp
14     test_exceptions.cpp
15     test_lua_classes.cpp
16     test_attributes.cpp
17     test_held_type.cpp
18     test_separation.cpp
19     test_separate_registration.cpp
20  ;
22 test-suite luabind-test
23     : [ run main.cpp $(SOURCES) /luabind//luabind ]
24     ;