Moved common build options into build/Jamfile

[SVN r20355]
This commit is contained in:
John Maddock
2003-10-12 11:19:15 +00:00
parent c23a7a8cfe
commit ff1c0a0bb5
4 changed files with 32 additions and 32 deletions

View File

@ -3,14 +3,14 @@
subproject libs/regex/test ;
# bring in the rules for testing
import testing ../base ;
import testing ;
#
# this template defines the options common to
# all regex tests:
#
template test
: <template>regex-options
: <template>../build/regex-options
<lib>../build/boost_regex # sources
: <threading>multi
;
@ -44,7 +44,7 @@ rule regex-test ( name : sources + : requirements * : input-files * )
# all regex dll tests:
#
template test-dll
: <template>regex-dll-options
: <template>../build/regex-dll-options
<dll>../build/boost_regex # sources
: <threading>multi
;
@ -133,3 +133,4 @@ test-suite regex