diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 479e288..c415e9d 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -80,13 +80,11 @@ run hash_string_test2.cpp /boost/utility//boost_utility ; # for gcc-4.8 -local fs-path-req = "-gcc:-Wshadow" "-gcc:-Wconversion" gcc-4.7:no ; +local fs-path-req = /boost/filesystem//boost_filesystem/off "-gcc:-Wshadow" "-gcc:-Wconversion" gcc-4.7:no norecover:static ; -run hash_fs_path_test.cpp /boost/filesystem//boost_filesystem/off : : : $(fs-path-req) - msvc-14.0,latest:no - norecover:static ; +run hash_fs_path_test.cpp : : : $(fs-path-req) msvc-14.0,latest:no ; -run is_range_test2.cpp /boost/filesystem//boost_filesystem : : : $(fs-path-req) ; +run is_range_test2.cpp : : : $(fs-path-req) ; run hash_container_test.cpp ;