diff --git a/test/Jamfile b/test/Jamfile index 8aa1b5e..28dfe59 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -25,13 +25,34 @@ template fsm-common-options local test_monitor = ../../../libs/test/build/boost_test_exec_monitor ; -rule fsm-run-st ( sources + ) +rule fsm-run ( source : name : additional-options * ) { - return [ run $(sources) $(test_monitor)