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
45 obj main : main.cpp : <library>..//luabind : : <library>..//luabind ;
49 for local src in $(SOURCES)
51 tests += [ run $(src) main ] ;
54 test += [ compile test_typetraits.cpp ..//luabind ]
55 [ compile test_value_wrapper.cpp ..//luabind ]
56 [ compile test_has_get_pointer.cpp ..//luabind ] ;
63 : <link>static <link>shared release debug ;