diff --git a/test/options_v2.jam b/test/options_v2.jam new file mode 100644 index 00000000..728d9401 --- /dev/null +++ b/test/options_v2.jam @@ -0,0 +1,9 @@ +# copyright John Maddock 2003 + +project + : requirements + # threading tests require thread support turned on: + multi + ; + +local test-requirements = ../../test/build//boost_test_exec_monitor ; \ No newline at end of file