Skip to content

Commit 15d49f7

Browse files
committed
Merge pull request swiftlang#53 from dgrove-oss/build-tests-for-CI
Add build-tests target to build tests separately from make-check
2 parents c5680ce + 93222c4 commit 15d49f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/Makefile.am

+4
Original file line numberDiff line numberDiff line change
@@ -168,3 +168,7 @@ nsoperation_LDFLAGS=-framework Foundation
168168
bench_SOURCES=Foundation/bench.mm func.c
169169
bench_LDFLAGS=-framework Foundation
170170
endif
171+
172+
# For use by swift/utils/build-script to force test cases to be
173+
# built during the build phase of CI
174+
build-tests: $(TESTS) $(check_PROGRAMS)

0 commit comments

Comments
 (0)