forked from boostorg/regex
Update
[SVN r23089]
This commit is contained in:
@ -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 ]
|
||||
|
||||
;
|
||||
|
||||
|
@ -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
18
test/captures/Jamfile.v2
Normal 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
|
||||
:
|
||||
;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user