forked from boostorg/regex
respect <sysinclude>
[SVN r13995]
This commit is contained in:
12
test/Jamfile
12
test/Jamfile
@ -10,7 +10,7 @@ local test-files = $(test-dir)tests.txt
|
||||
unit-test regress : regress/parse.cpp regress/regress.cpp regress/tests.cpp
|
||||
<lib>../build/boost_regex$(SUFLIB)
|
||||
:
|
||||
<include>../../../
|
||||
<sysinclude>../../../
|
||||
<define>BOOST_REGEX_NO_LIB=1
|
||||
<define>BOOST_REGEX_STATIC_LINK=1
|
||||
:
|
||||
@ -22,7 +22,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
|
||||
<lib>../build/boost_regex$(SUFLIB)
|
||||
:
|
||||
<include>../../../
|
||||
<sysinclude>../../../
|
||||
<define>BOOST_REGEX_NO_LIB=1
|
||||
<define>TEST_UNICODE=1
|
||||
<define>BOOST_REGEX_STATIC_LINK=1
|
||||
@ -35,7 +35,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
|
||||
<lib>../build/boost_regex$(SUFLIB)
|
||||
:
|
||||
<include>../../../
|
||||
<sysinclude>../../../
|
||||
<define>BOOST_REGEX_NO_LIB=1
|
||||
<define>BOOST_REGEX_STATIC_LINK=1
|
||||
:
|
||||
@ -46,7 +46,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
|
||||
<lib>../build/boost_regex$(SUFLIB)
|
||||
:
|
||||
<include>../../../
|
||||
<sysinclude>../../../
|
||||
<define>BOOST_REGEX_NO_LIB=1
|
||||
<define>BOOST_REGEX_STATIC_LINK=1
|
||||
:
|
||||
@ -57,7 +57,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
|
||||
<lib>../build/boost_regex$(SUFLIB)
|
||||
:
|
||||
<include>../../../
|
||||
<sysinclude>../../../
|
||||
<define>BOOST_REGEX_NO_LIB=1
|
||||
<define>BOOST_REGEX_STATIC_LINK=1
|
||||
:
|
||||
@ -68,7 +68,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
|
||||
<lib>../build/boost_regex$(SUFLIB)
|
||||
:
|
||||
<include>../../../
|
||||
<sysinclude>../../../
|
||||
<define>BOOST_REGEX_NO_LIB=1
|
||||
<define>BOOST_REGEX_STATIC_LINK=1
|
||||
:
|
||||
|
Reference in New Issue
Block a user