[SVN r23089]
This commit is contained in:
Vladimir Prus
2004-06-11 11:54:08 +00:00
parent ba148bae42
commit 2e10c5ec17
3 changed files with 25 additions and 0 deletions

View File

@ -41,6 +41,9 @@ test-suite regex-examples :
[ regex-test-run snippets/regex_token_iterator_eg_1.cpp : -auto ]
[ regex-test-run snippets/regex_token_iterator_eg_2.cpp : $(BOOST_ROOT)/libs/regex/doc/index.html ]
[ regex-test-run snippets/regex_iterator_example.cpp : $(BOOST_ROOT)/boost/rational.hpp ]
[ run snippets/captures_example.cpp
../test/captures//boost_regex_extra
: : : <threading>multi <define>BOOST_REGEX_MATCH_EXTRA=1 ]
;

View File

@ -84,5 +84,9 @@ test-suite regex
]
[ compile concepts/wide_concept_check.cpp
]
[ run captures/captures_test.cpp captures//boost_regex_extra
../../test/build//boost_test_exec_monitor
: : : <define>BOOST_REGEX_MATCH_EXTRA=1
]
;

18
test/captures/Jamfile.v2 Normal file
View File

@ -0,0 +1,18 @@
# copyright John Maddock 2003
project
: source-location ../../src
;
EX_SOURCES = c_regex_traits c_regex_traits_common cpp_regex_traits
cregex fileiter posix_api regex regex_debug
regex_synch w32_regex_traits wide_posix_api instances winstances ;
lib boost_regex_extra : $(EX_SOURCES).cpp
:
<define>BOOST_REGEX_MATCH_EXTRA=1
:
;