diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 510db53..0b6e54b 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -287,10 +287,14 @@ run sv_starts_with_test.cpp ; run sv_ends_with_test.cpp ; run sv_find_test.cpp ; run sv_rfind_test.cpp ; -run sv_find_first_of_test.cpp ; -run sv_find_last_of_test.cpp ; -run sv_find_first_not_of_test.cpp ; -run sv_find_last_not_of_test.cpp ; +run sv_find_first_of_test.cpp + : : : gcc-4.4:-Wno-type-limits ; +run sv_find_last_of_test.cpp + : : : gcc-4.4:-Wno-type-limits ; +run sv_find_first_not_of_test.cpp + : : : gcc-4.4:-Wno-type-limits ; +run sv_find_last_not_of_test.cpp + : : : gcc-4.4:-Wno-type-limits ; run sv_contains_test.cpp ; run sv_eq_test.cpp ; run sv_lt_test.cpp ;