File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,12 +96,12 @@ if $(TEST_BIENSTMAN_NON_BUGS)
9696
9797# --- unit tests of library components ---
9898
99- local UNIT_TEST_PROPERTIES = <lib>../../test/build/test_exec_monitor
99+ local UNIT_TEST_PROPERTIES =
100100 [ difference $(PYTHON_PROPERTIES) : <define>BOOST_PYTHON_DYNAMIC_LIB ] <define>BOOST_PYTHON_STATIC_LIB ;
101101
102102run indirect_traits_test.cpp ;
103103run destroy_test.cpp ;
104- run pointer_type_id_test.cpp : : : $(UNIT_TEST_PROPERTIES) ;
104+ run pointer_type_id_test.cpp <lib>../../test/build/test_exec_monitor : : : $(UNIT_TEST_PROPERTIES) ;
105105run member_function_cast.cpp ;
106106run bases.cpp ;
107107run if_else.cpp ;
@@ -112,26 +112,26 @@ compile string_literal.cpp ;
112112compile borrowed.cpp : $(UNIT_TEST_PROPERTIES) ;
113113compile object_manager.cpp : $(UNIT_TEST_PROPERTIES) ;
114114
115- run upcast.cpp
115+ run upcast.cpp <lib>../../test/build/test_exec_monitor
116116 : # command-line args
117117 : # input files
118118 : $(UNIT_TEST_PROPERTIES)
119119 ;
120120
121- run select_holder.cpp
121+ run select_holder.cpp <lib>../../test/build/test_exec_monitor
122122 : # command-line args
123123 : # input files
124124 : $(UNIT_TEST_PROPERTIES)
125125 ;
126126
127127
128- run select_from_python_test.cpp ../src/converter/type_id.cpp
128+ run select_from_python_test.cpp ../src/converter/type_id.cpp <lib>../../test/build/test_exec_monitor
129129 : # command-line args
130130 : # input files
131131 : $(UNIT_TEST_PROPERTIES)
132132 ;
133133
134- run select_arg_to_python_test.cpp ../src/converter/type_id.cpp
134+ run select_arg_to_python_test.cpp ../src/converter/type_id.cpp <lib>../../test/build/test_exec_monitor
135135 : # command-line args
136136 : # input files
137137 : $(UNIT_TEST_PROPERTIES)
You can’t perform that action at this time.
0 commit comments