diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 4406ab4..63d9ed3 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -77,7 +77,7 @@ run hash_string_test2.cpp ; # for gcc-4.8 local fs-path-req = "-gcc:-Wshadow" "-gcc:-Wconversion" ; -run hash_fs_path_test.cpp /boost//filesystem/off : : : $(fs-path-req) msvc-14.0,latest:no msvc-8.0:no ; +run hash_fs_path_test.cpp /boost//filesystem/off : : : $(fs-path-req) msvc-14.0,latest:no msvc-8.0:no norecover:static ; run is_range_test2.cpp : : : $(fs-path-req) msvc-8.0:no ; run hash_container_test.cpp ;