mirror of
https://github.com/boostorg/tuple.git
synced 2025-07-30 20:57:15 +02:00
changed jamfile includes from <include> to <sysinclude>
[SVN r15305]
This commit is contained in:
@ -3,18 +3,18 @@ subproject libs/tuple/test ;
|
|||||||
unit-test tuple_test_bench
|
unit-test tuple_test_bench
|
||||||
: tuple_test_bench.cpp
|
: tuple_test_bench.cpp
|
||||||
<lib>../../test/build/test_exec_monitor
|
<lib>../../test/build/test_exec_monitor
|
||||||
: <include>$(BOOST_ROOT)
|
: <sysinclude>$(BOOST_ROOT)
|
||||||
;
|
;
|
||||||
|
|
||||||
unit-test io_test
|
unit-test io_test
|
||||||
: io_test.cpp
|
: io_test.cpp
|
||||||
<lib>../../test/build/test_exec_monitor
|
<lib>../../test/build/test_exec_monitor
|
||||||
: <include>$(BOOST_ROOT)
|
: <sysinclude>$(BOOST_ROOT)
|
||||||
;
|
;
|
||||||
|
|
||||||
unit-test another_tuple_test_bench
|
unit-test another_tuple_test_bench
|
||||||
: another_tuple_test_bench.cpp
|
: another_tuple_test_bench.cpp
|
||||||
<lib>../../test/build/test_exec_monitor
|
<lib>../../test/build/test_exec_monitor
|
||||||
: <include>$(BOOST_ROOT)
|
: <sysinclude>$(BOOST_ROOT)
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user