Added multithreaded build options.

[SVN r16971]
This commit is contained in:
John Maddock
2003-01-21 12:20:20 +00:00
parent fbb087dec9
commit 88a0f9d75a

View File

@ -20,6 +20,7 @@ rule regex-test-run ( sources + : input * )
<sysinclude>../../../ <sysinclude>../../../
<define>BOOST_REGEX_NO_LIB=1 <define>BOOST_REGEX_NO_LIB=1
<define>BOOST_REGEX_STATIC_LINK=1 <define>BOOST_REGEX_STATIC_LINK=1
<threading>multi
: # test name : # test name
] ; ] ;
} }
@ -44,3 +45,4 @@ test-suite regex-examples :
; ;