mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 20:17:24 +02:00
Updated test lib names
[SVN r16714]
This commit is contained in:
13
test/Jamfile
13
test/Jamfile
@ -8,7 +8,7 @@ local test-files = $(test-dir)tests.txt
|
|||||||
;
|
;
|
||||||
|
|
||||||
unit-test regress : regress/parse.cpp regress/regress.cpp regress/tests.cpp
|
unit-test regress : regress/parse.cpp regress/regress.cpp regress/tests.cpp
|
||||||
<lib>../build/boost_regex$(SUFLIB) <lib>../../test/build/prg_exec_monitor
|
<lib>../build/boost_regex$(SUFLIB) <lib>../../test/build/boost_prg_exec_monitor
|
||||||
:
|
:
|
||||||
<sysinclude>../../../
|
<sysinclude>../../../
|
||||||
<define>BOOST_REGEX_NO_LIB=1
|
<define>BOOST_REGEX_NO_LIB=1
|
||||||
@ -20,7 +20,7 @@ unit-test regress : regress/parse.cpp regress/regress.cpp regress/tests.cpp
|
|||||||
;
|
;
|
||||||
|
|
||||||
unit-test wregress : regress/parse.cpp regress/regress.cpp regress/tests.cpp
|
unit-test wregress : regress/parse.cpp regress/regress.cpp regress/tests.cpp
|
||||||
<lib>../build/boost_regex$(SUFLIB) <lib>../../test/build/prg_exec_monitor
|
<lib>../build/boost_regex$(SUFLIB) <lib>../../test/build/boost_prg_exec_monitor
|
||||||
:
|
:
|
||||||
<sysinclude>../../../
|
<sysinclude>../../../
|
||||||
<define>BOOST_REGEX_NO_LIB=1
|
<define>BOOST_REGEX_NO_LIB=1
|
||||||
@ -33,7 +33,7 @@ unit-test wregress : regress/parse.cpp regress/regress.cpp regress/tests.cpp
|
|||||||
;
|
;
|
||||||
|
|
||||||
unit-test posix_api_check_c : c_compiler_checks/posix_api_check.c
|
unit-test posix_api_check_c : c_compiler_checks/posix_api_check.c
|
||||||
<lib>../build/boost_regex$(SUFLIB) <lib>../../test/build/prg_exec_monitor
|
<lib>../build/boost_regex$(SUFLIB) <lib>../../test/build/boost_prg_exec_monitor
|
||||||
:
|
:
|
||||||
<sysinclude>../../../
|
<sysinclude>../../../
|
||||||
<define>BOOST_REGEX_NO_LIB=1
|
<define>BOOST_REGEX_NO_LIB=1
|
||||||
@ -44,7 +44,7 @@ unit-test posix_api_check_c : c_compiler_checks/posix_api_check.c
|
|||||||
;
|
;
|
||||||
|
|
||||||
unit-test wide_posix_api_check_c : c_compiler_checks/wide_posix_api_check.c
|
unit-test wide_posix_api_check_c : c_compiler_checks/wide_posix_api_check.c
|
||||||
<lib>../build/boost_regex$(SUFLIB) <lib>../../test/build/prg_exec_monitor
|
<lib>../build/boost_regex$(SUFLIB) <lib>../../test/build/boost_prg_exec_monitor
|
||||||
:
|
:
|
||||||
<sysinclude>../../../
|
<sysinclude>../../../
|
||||||
<define>BOOST_REGEX_NO_LIB=1
|
<define>BOOST_REGEX_NO_LIB=1
|
||||||
@ -55,7 +55,7 @@ unit-test wide_posix_api_check_c : c_compiler_checks/wide_posix_api_check.c
|
|||||||
;
|
;
|
||||||
|
|
||||||
unit-test posix_api_check : c_compiler_checks/posix_api_check.cpp
|
unit-test posix_api_check : c_compiler_checks/posix_api_check.cpp
|
||||||
<lib>../build/boost_regex$(SUFLIB) <lib>../../test/build/prg_exec_monitor
|
<lib>../build/boost_regex$(SUFLIB) <lib>../../test/build/boost_prg_exec_monitor
|
||||||
:
|
:
|
||||||
<sysinclude>../../../
|
<sysinclude>../../../
|
||||||
<define>BOOST_REGEX_NO_LIB=1
|
<define>BOOST_REGEX_NO_LIB=1
|
||||||
@ -66,7 +66,7 @@ unit-test posix_api_check : c_compiler_checks/posix_api_check.cpp
|
|||||||
;
|
;
|
||||||
|
|
||||||
unit-test wide_posix_api_check : c_compiler_checks/wide_posix_api_check.cpp
|
unit-test wide_posix_api_check : c_compiler_checks/wide_posix_api_check.cpp
|
||||||
<lib>../build/boost_regex$(SUFLIB) <lib>../../test/build/prg_exec_monitor
|
<lib>../build/boost_regex$(SUFLIB) <lib>../../test/build/boost_prg_exec_monitor
|
||||||
:
|
:
|
||||||
<sysinclude>../../../
|
<sysinclude>../../../
|
||||||
<define>BOOST_REGEX_NO_LIB=1
|
<define>BOOST_REGEX_NO_LIB=1
|
||||||
@ -86,3 +86,4 @@ unit-test wide_posix_api_check : c_compiler_checks/wide_posix_api_check.cpp
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user