Added new experimental captures support.

[SVN r21243]
This commit is contained in:
John Maddock
2003-12-13 12:28:48 +00:00
parent 6b95ac002e
commit bf9350aa16
28 changed files with 1593 additions and 612 deletions

View File

@ -4,6 +4,7 @@ subproject libs/regex/test ;
# bring in the rules for testing
import testing ;
subinclude libs/regex/test/captures ;
#
# this template defines the options common to
@ -130,6 +131,24 @@ test-suite regex
]
[ compile concepts/wide_concept_check.cpp
]
[ run
# sources
captures/captures_test.cpp
<template>../build/regex-options
# dependencies
<lib>captures/boost_regex_extra
<lib>../../test/build/boost_test_exec_monitor
: # additional args
: # test-files
: # requirements
<threading>multi
<define>BOOST_REGEX_MATCH_EXTRA=1
<define>BOOST_REGEX_NO_LIB=1
: # test name
captures_test
]
;
@ -139,3 +158,7 @@ test-suite regex