2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 16:32:16 +00:00

Add dependency on test_exec_monitor

[SVN r14801]
This commit is contained in:
Dave Abrahams
2002-08-13 03:06:00 +00:00
parent fe3cf386c3
commit e6830b2c19

View File

@@ -96,7 +96,8 @@ if $(TEST_BIENSTMAN_NON_BUGS)
# --- unit tests of library components ---
local UNIT_TEST_PROPERTIES = [ difference $(PYTHON_PROPERTIES) : <define>BOOST_PYTHON_DYNAMIC_LIB ] <define>BOOST_PYTHON_STATIC_LIB ;
local UNIT_TEST_PROPERTIES = <lib>../../test/build/test_exec_monitor
[ difference $(PYTHON_PROPERTIES) : <define>BOOST_PYTHON_DYNAMIC_LIB ] <define>BOOST_PYTHON_STATIC_LIB ;
run indirect_traits_test.cpp ;
run destroy_test.cpp ;
@@ -120,7 +121,7 @@ run upcast.cpp
run select_holder.cpp
: # command-line args
: # input files
: $(UNIT_TEST_PROPERTIES)
: $(UNIT_TEST_PROPERTIES)
;