2001-08-18 11:50:48 +00:00
|
|
|
subproject libs/regex/test ;
|
|
|
|
|
|
|
|
|
2001-09-08 12:04:25 +00:00
|
|
|
unit-test regress : regress/parse.cpp regress/regress.cpp regress/tests.cpp
|
2001-08-18 11:50:48 +00:00
|
|
|
<lib>../build/libboost_regex$(SUFLIB)
|
|
|
|
:
|
|
|
|
<include>$(BOOST_ROOT)
|
|
|
|
<define>BOOST_RE_NO_LIB=1
|
|
|
|
:
|
|
|
|
debug
|
|
|
|
<runtime-link>dynamic
|
|
|
|
;
|
|
|
|
|
2001-09-08 12:04:25 +00:00
|
|
|
unit-test wregress : regress/parse.cpp regress/regress.cpp regress/tests.cpp
|
2001-08-18 11:50:48 +00:00
|
|
|
<lib>../build/libboost_regex$(SUFLIB)
|
|
|
|
:
|
|
|
|
<include>$(BOOST_ROOT)
|
|
|
|
<define>BOOST_RE_NO_LIB=1
|
|
|
|
<define>TEST_UNICODE=1
|
|
|
|
:
|
|
|
|
debug
|
|
|
|
<runtime-link>dynamic
|
|
|
|
;
|
|
|
|
|
2001-09-08 12:04:25 +00:00
|
|
|
unit-test posix_api_check_c : c_compiler_checks/posix_api_check.c
|
2001-08-18 11:50:48 +00:00
|
|
|
<lib>../build/libboost_regex$(SUFLIB)
|
|
|
|
:
|
|
|
|
<include>$(BOOST_ROOT)
|
|
|
|
<define>BOOST_RE_NO_LIB=1
|
|
|
|
:
|
|
|
|
debug
|
|
|
|
<runtime-link>dynamic
|
|
|
|
;
|
|
|
|
|
2001-09-08 12:04:25 +00:00
|
|
|
unit-test wide_posix_api_check_c : c_compiler_checks/wide_posix_api_check.c
|
2001-08-18 11:50:48 +00:00
|
|
|
<lib>../build/libboost_regex$(SUFLIB)
|
|
|
|
:
|
|
|
|
<include>$(BOOST_ROOT)
|
|
|
|
<define>BOOST_RE_NO_LIB=1
|
|
|
|
:
|
|
|
|
debug
|
|
|
|
<runtime-link>dynamic
|
|
|
|
;
|
|
|
|
|
2001-09-08 12:04:25 +00:00
|
|
|
unit-test posix_api_check : c_compiler_checks/posix_api_check.cpp
|
2001-08-18 11:50:48 +00:00
|
|
|
<lib>../build/libboost_regex$(SUFLIB)
|
|
|
|
:
|
|
|
|
<include>$(BOOST_ROOT)
|
|
|
|
<define>BOOST_RE_NO_LIB=1
|
|
|
|
:
|
|
|
|
debug
|
|
|
|
<runtime-link>dynamic
|
|
|
|
;
|
|
|
|
|
2001-09-08 12:04:25 +00:00
|
|
|
unit-test wide_posix_api_check : c_compiler_checks/wide_posix_api_check.cpp
|
2001-08-18 11:50:48 +00:00
|
|
|
<lib>../build/libboost_regex$(SUFLIB)
|
|
|
|
:
|
|
|
|
<include>$(BOOST_ROOT)
|
|
|
|
<define>BOOST_RE_NO_LIB=1
|
|
|
|
:
|
|
|
|
debug
|
|
|
|
<runtime-link>dynamic
|
|
|
|
;
|
|
|
|
|
|
|
|
|
2001-09-08 12:04:25 +00:00
|
|
|
|