mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 12:07:28 +02:00
Added new experimental captures support.
[SVN r21243]
This commit is contained in:
@ -45,6 +45,23 @@ test-suite regex-examples :
|
||||
[ 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
|
||||
# sources
|
||||
snippets/captures_example.cpp
|
||||
<template>../build/regex-options
|
||||
# dependencies
|
||||
<lib>../test/captures/boost_regex_extra
|
||||
: # additional args
|
||||
: # test-files
|
||||
: # requirements
|
||||
<threading>multi
|
||||
<define>BOOST_REGEX_MATCH_EXTRA=1
|
||||
<define>BOOST_REGEX_NO_LIB=1
|
||||
: # test name
|
||||
captures_example
|
||||
]
|
||||
|
||||
|
||||
;
|
||||
|
||||
|
||||
@ -54,3 +71,5 @@ test-suite regex-examples :
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user