4 test_vector_of_object.cpp
5 test_back_reference.cpp
13 test_free_functions.cpp
15 test_implicit_cast.cpp
25 test_private_destructors.cpp
26 test_exception_handlers.cpp
31 test_user_defined_converter.cpp
32 test_adopt_wrapper.cpp
33 test_builtin_converters.cpp
36 test_automatic_smart_ptr.cpp
39 test_collapse_converter.cpp
41 test_virtual_inheritance.cpp
42 test_create_in_thread.cpp
43 test_extend_class_in_lua.cpp
44 test_smart_ptr_attributes.cpp
46 test_set_instance_value.cpp
48 test_def_function_object.cpp
51 obj main : main.cpp : <library>..//luabind : : <library>..//luabind ;
55 for local src in $(SOURCES)
57 tests += [ run $(src) main ] ;
60 test += [ compile test_typetraits.cpp ..//luabind ]
61 [ compile test_value_wrapper.cpp ..//luabind ]
62 [ compile test_has_get_pointer.cpp ..//luabind ] ;
69 : <link>static <link>shared release debug ;