We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5680ce + 93222c4 commit 15d49f7Copy full SHA for 15d49f7
tests/Makefile.am
@@ -168,3 +168,7 @@ nsoperation_LDFLAGS=-framework Foundation
168
bench_SOURCES=Foundation/bench.mm func.c
169
bench_LDFLAGS=-framework Foundation
170
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