2001-08-18 11:50:48 +00:00
|
|
|
subproject libs/regex/test ;
|
|
|
|
|
2001-12-02 17:43:45 +00:00
|
|
|
local test-dir = $(BOOST_ROOT)$(SLASH)libs$(SLASH)regex$(SLASH)test$(SLASH)regress$(SLASH) ;
|
|
|
|
|
|
|
|
local test-files = $(test-dir)tests.txt
|
|
|
|
# dwa -- not sure if this is generally applicable
|
|
|
|
# $(test-dir)test1252.txt
|
|
|
|
;
|
2001-08-18 11:50:48 +00:00
|
|
|
|
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)
|
|
|
|
:
|
2001-09-18 11:13:39 +00:00
|
|
|
<include>../../../
|
|
|
|
<define>BOOST_REGEX_NO_LIB=1
|
2001-12-09 12:50:46 +00:00
|
|
|
<define>BOOST_REGEX_STATIC_LINK=1
|
2001-08-18 11:50:48 +00:00
|
|
|
:
|
|
|
|
debug
|
2001-12-02 17:43:45 +00:00
|
|
|
:
|
|
|
|
$(test-files)
|
2001-08-18 11:50:48 +00:00
|
|
|
;
|
|
|
|
|
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)
|
|
|
|
:
|
2001-09-18 11:13:39 +00:00
|
|
|
<include>../../../
|
|
|
|
<define>BOOST_REGEX_NO_LIB=1
|
2001-08-18 11:50:48 +00:00
|
|
|
<define>TEST_UNICODE=1
|
2001-12-09 12:50:46 +00:00
|
|
|
<define>BOOST_REGEX_STATIC_LINK=1
|
2001-08-18 11:50:48 +00:00
|
|
|
:
|
|
|
|
debug
|
2001-12-02 17:43:45 +00:00
|
|
|
:
|
|
|
|
$(test-files)
|
2001-08-18 11:50:48 +00:00
|
|
|
;
|
|
|
|
|
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)
|
|
|
|
:
|
2001-09-18 11:13:39 +00:00
|
|
|
<include>../../../
|
|
|
|
<define>BOOST_REGEX_NO_LIB=1
|
2001-12-09 12:50:46 +00:00
|
|
|
<define>BOOST_REGEX_STATIC_LINK=1
|
2001-08-18 11:50:48 +00:00
|
|
|
:
|
|
|
|
debug
|
2001-12-02 17:43:45 +00:00
|
|
|
:
|
2001-08-18 11:50:48 +00:00
|
|
|
;
|
|
|
|
|
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)
|
|
|
|
:
|
2001-09-18 11:13:39 +00:00
|
|
|
<include>../../../
|
|
|
|
<define>BOOST_REGEX_NO_LIB=1
|
2001-12-09 12:50:46 +00:00
|
|
|
<define>BOOST_REGEX_STATIC_LINK=1
|
2001-08-18 11:50:48 +00:00
|
|
|
:
|
|
|
|
debug
|
2001-12-02 17:43:45 +00:00
|
|
|
:
|
2001-08-18 11:50:48 +00:00
|
|
|
;
|
|
|
|
|
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)
|
|
|
|
:
|
2001-09-18 11:13:39 +00:00
|
|
|
<include>../../../
|
|
|
|
<define>BOOST_REGEX_NO_LIB=1
|
2001-12-09 12:50:46 +00:00
|
|
|
<define>BOOST_REGEX_STATIC_LINK=1
|
2001-08-18 11:50:48 +00:00
|
|
|
:
|
|
|
|
debug
|
2001-12-02 17:43:45 +00:00
|
|
|
:
|
2001-08-18 11:50:48 +00:00
|
|
|
;
|
|
|
|
|
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)
|
|
|
|
:
|
2001-09-18 11:13:39 +00:00
|
|
|
<include>../../../
|
|
|
|
<define>BOOST_REGEX_NO_LIB=1
|
2001-12-09 12:50:46 +00:00
|
|
|
<define>BOOST_REGEX_STATIC_LINK=1
|
2001-08-18 11:50:48 +00:00
|
|
|
:
|
|
|
|
debug
|
2001-12-02 17:43:45 +00:00
|
|
|
:
|
2001-08-18 11:50:48 +00:00
|
|
|
;
|
|
|
|
|
|
|
|
|
2001-09-08 12:04:25 +00:00
|
|
|
|
2001-11-10 12:12:38 +00:00
|
|
|
|
2001-12-09 12:50:46 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|