Skip to content

Commit f7b1e4e

Browse files
committed
Unit test adjustments
[SVN r14802]
1 parent e6830b2 commit f7b1e4e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

test/Jamfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

102102
run indirect_traits_test.cpp ;
103103
run 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) ;
105105
run member_function_cast.cpp ;
106106
run bases.cpp ;
107107
run if_else.cpp ;
@@ -112,26 +112,26 @@ compile string_literal.cpp ;
112112
compile borrowed.cpp : $(UNIT_TEST_PROPERTIES) ;
113113
compile 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)

0 commit comments

Comments
 (0)