diff --git a/test/Jamfile b/test/Jamfile index bb0b6d82..60dce22a 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -75,35 +75,34 @@ if $(TEST_BIENSTMAN_NON_BUGS) # --- unit tests of library components --- unit-test indirect_traits_test - : indirect_traits_test.cpp : $(BOOST_ROOT) ; + : indirect_traits_test.cpp : $(BOOST_ROOT) ; unit-test destroy_test - : destroy_test.cpp : $(BOOST_ROOT) ; + : destroy_test.cpp : $(BOOST_ROOT) ; unit-test pointer_type_id_test - : pointer_type_id_test.cpp : $(BOOST_ROOT) ; + : pointer_type_id_test.cpp : $(BOOST_ROOT) ; unit-test member_function_cast - : member_function_cast.cpp : $(BOOST_ROOT) ; + : member_function_cast.cpp : $(BOOST_ROOT) ; unit-test bases - : bases.cpp : $(BOOST_ROOT) ; + : bases.cpp : $(BOOST_ROOT) ; unit-test if_else - : if_else.cpp : $(BOOST_ROOT) ; + : if_else.cpp : $(BOOST_ROOT) ; unit-test pointee - : pointee.cpp : $(BOOST_ROOT) ; + : pointee.cpp : $(BOOST_ROOT) ; unit-test select_holder : select_holder.cpp - : $(BOOST_ROOT) BOOST_PYTHON_STATIC_LIB $(PYTHON_PROPERTIES) + : $(BOOST_ROOT) BOOST_PYTHON_STATIC_LIB $(PYTHON_PROPERTIES) ; unit-test select_from_python_test : select_from_python_test.cpp ../src/converter/type_id.cpp - ../src/errors.cpp - : $(BOOST_ROOT) + : $(BOOST_ROOT) [ difference $(PYTHON_PROPERTIES) : BOOST_PYTHON_DYNAMIC_LIB ] BOOST_PYTHON_STATIC_LIB ;