We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e09c1 commit ea92004Copy full SHA for ea92004
test/Jamfile.v2
@@ -112,8 +112,11 @@ run algorithm_test/equal_range.cpp ;
112
run algorithm_test/fill.cpp ;
113
run algorithm_test/find.cpp ;
114
run algorithm_test/find_if.cpp ;
115
-run algorithm_test/find_end.cpp ;
116
-run algorithm_test/find_first_of.cpp ;
+
+# these two tests require /bigobj in windows-cmake-test
117
+run algorithm_test/find_end.cpp : ;
118
+run algorithm_test/find_first_of.cpp : ;
119
120
run algorithm_test/for_each.cpp ;
121
run algorithm_test/generate.cpp ;
122
run algorithm_test/heap.cpp ;
0 commit comments