Skip to content

Commit 93222c4

Browse files
committed
Add build-tests target to build tests separately from make-check
For Swift CI integration it is desirable to have a target specifically to build the test cases and test utility programs.
1 parent f1d58d1 commit 93222c4

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
@@ -166,3 +166,7 @@ nsoperation_LDFLAGS=-framework Foundation
166166
bench_SOURCES=Foundation/bench.mm func.c
167167
bench_LDFLAGS=-framework Foundation
168168
endif
169+
170+
# For use by swift/utils/build-script to force test cases to be
171+
# built during the build phase of CI
172+
build-tests: $(TESTS) $(check_PROGRAMS)

0 commit comments

Comments
 (0)