diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 75f52b8..602f864 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -9,7 +9,7 @@ project : requirements all gcc:-Wextra ; test-suite integer : [ run cstdint_test.cpp : : : gcc:-Wno-long-long darwin:-Wno-long-long ] [ run integer_traits_test.cpp ] - [ run integer_test.cpp : : : gcc:-Wno-long-long darwin:-Wno-long-long ] + [ run integer_test.cpp : : : gcc:-Wno-long-long darwin:-Wno-long-long sun:"-Qoption ccfe -tmpldepth=128" ] [ run integer_mask_test.cpp ] [ run static_log2_test.cpp ] [ run static_min_max_test.cpp ]