From 8a22cc7ea0e4e69bc2e13fedae125828889624c3 Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Sun, 5 Dec 2004 22:23:19 +0000 Subject: [PATCH] All tests are now run in 4 different variants (with BOOST_FSM_USE_NATIVE_RTTI and BOOST_FSM_RELAX_TRANSITION_CONTEXT either defined or not) [SVN r26431] --- test/Jamfile | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) 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)