subproject libs/statechart/test ; import testing ; # bring in rules for testing DEPENDS all : test ; # Make tests run by default. local test_monitor = ../../../libs/test/build/boost_test_exec_monitor ; test-suite statechart : [ run-fail RunFailTest.cpp $(test_monitor) ] ;