From 8dd274ccf98263695bd4afbb40ae808532c8a754 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Wed, 15 Feb 2006 15:32:00 +0000 Subject: [PATCH] Add files needed for Jamfile.v2 [SVN r32940] --- test/options_v2.jam | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/options_v2.jam 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