mirror of
https://github.com/boostorg/unordered.git
synced 2025-05-11 05:23:58 +00:00
Add interprocess test dependency.
This commit is contained in:
parent
228fede498
commit
5d7786b47e
@ -372,7 +372,7 @@ run cfoa/serialization_tests.cpp
|
|||||||
|
|
||||||
rule make_cfoa_interprocess_concurrency_tests ( name : defines ? )
|
rule make_cfoa_interprocess_concurrency_tests ( name : defines ? )
|
||||||
{
|
{
|
||||||
run cfoa/interprocess_concurrency_tests.cpp /boost/filesystem//boost_filesystem : :
|
run cfoa/interprocess_concurrency_tests.cpp : :
|
||||||
: <define>$(defines)
|
: <define>$(defines)
|
||||||
<warnings>off
|
<warnings>off
|
||||||
<link>static
|
<link>static
|
||||||
@ -381,6 +381,8 @@ rule make_cfoa_interprocess_concurrency_tests ( name : defines ? )
|
|||||||
<toolset>clang-3.7:<build>no # idem
|
<toolset>clang-3.7:<build>no # idem
|
||||||
<toolset>clang-3.8:<build>no # idem
|
<toolset>clang-3.8:<build>no # idem
|
||||||
<target-os>cygwin:<build>no
|
<target-os>cygwin:<build>no
|
||||||
|
<library>/boost/filesystem//boost_filesystem
|
||||||
|
<library>/boost/interprocess//boost_interprocess
|
||||||
: $(name) ;
|
: $(name) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user