diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 0efd19d0..cc9ff22f 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -372,7 +372,7 @@ run cfoa/serialization_tests.cpp rule make_cfoa_interprocess_concurrency_tests ( name : defines ? ) { - run cfoa/interprocess_concurrency_tests.cpp /boost/filesystem//boost_filesystem : : + run cfoa/interprocess_concurrency_tests.cpp : : : $(defines) off static @@ -381,6 +381,8 @@ rule make_cfoa_interprocess_concurrency_tests ( name : defines ? ) clang-3.7:no # idem clang-3.8:no # idem cygwin:no + /boost/filesystem//boost_filesystem + /boost/interprocess//boost_interprocess : $(name) ; }