Skip to content

Commit ea92004

Browse files
committed
Disable find_end.cpp, find_first_of.cpp under CMake, as they require /bigobj
1 parent 23e09c1 commit ea92004

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

test/Jamfile.v2

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,11 @@ run algorithm_test/equal_range.cpp ;
112112
run algorithm_test/fill.cpp ;
113113
run algorithm_test/find.cpp ;
114114
run algorithm_test/find_if.cpp ;
115-
run algorithm_test/find_end.cpp ;
116-
run algorithm_test/find_first_of.cpp ;
115+
116+
# 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+
117120
run algorithm_test/for_each.cpp ;
118121
run algorithm_test/generate.cpp ;
119122
run algorithm_test/heap.cpp ;

0 commit comments

Comments
 (0)