Skip to content

Commit

Permalink
Merge pull request apple#53 from dgrove-oss/build-tests-for-CI
Browse files Browse the repository at this point in the history
Add build-tests target to build tests separately from make-check
  • Loading branch information
MadCoder committed Feb 18, 2016
2 parents c5680ce + 93222c4 commit 15d49f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/Makefile.am
Expand Up @@ -168,3 +168,7 @@ nsoperation_LDFLAGS=-framework Foundation
bench_SOURCES=Foundation/bench.mm func.c
bench_LDFLAGS=-framework Foundation
endif

# For use by swift/utils/build-script to force test cases to be
# built during the build phase of CI
build-tests: $(TESTS) $(check_PROGRAMS)

0 comments on commit 15d49f7

Please sign in to comment.