diff --git a/test/Jamfile b/test/Jamfile index 25e10e1..bd3be12 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -1,11 +1,14 @@ subproject libs/program_options/test ; +import testing ; + rule program-options-test ( name ) { - unit-test $(name) : $(name).cpp ../build/boost_program_options - ../../test/build/boost_test_exec_monitor - : $(BOOST_ROOT) + return [ + run $(name).cpp ../build/boost_program_options + ../../test/build/boost_test_exec_monitor : : + : $(BOOST_ROOT) ] ; }