From 5705d52e84a5fb8a5a7b24f508ac247f91ac41c8 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 21 Jan 2003 12:21:35 +0000 Subject: [PATCH] Added threading build options. [SVN r16972] --- test/Jamfile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/Jamfile b/test/Jamfile index a29f45d4..ecb7fa7b 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -21,6 +21,7 @@ local test-files = $(test-dir)tests.txt : BOOST_REGEX_NO_LIB=1 BOOST_REGEX_STATIC_LINK=1 + multi : regress ] @@ -34,6 +35,7 @@ local test-files = $(test-dir)tests.txt BOOST_REGEX_NO_LIB=1 TEST_UNICODE=1 BOOST_REGEX_STATIC_LINK=1 + multi : wregress ] @@ -44,6 +46,7 @@ local test-files = $(test-dir)tests.txt : BOOST_REGEX_NO_LIB=1 BOOST_REGEX_STATIC_LINK=1 + multi : posix_api_check_c ] @@ -54,6 +57,7 @@ local test-files = $(test-dir)tests.txt : BOOST_REGEX_NO_LIB=1 BOOST_REGEX_STATIC_LINK=1 + multi : wide_posix_api_check_c ] @@ -64,6 +68,7 @@ local test-files = $(test-dir)tests.txt : BOOST_REGEX_NO_LIB=1 BOOST_REGEX_STATIC_LINK=1 + multi ] [ run c_compiler_checks/wide_posix_api_check.cpp @@ -73,6 +78,8 @@ local test-files = $(test-dir)tests.txt : BOOST_REGEX_NO_LIB=1 BOOST_REGEX_STATIC_LINK=1 + multi ] ; +