Update makefile to use currently selected toolchain.

This commit is contained in:
Kare Morstol
2016-05-12 23:17:58 +02:00
parent 22c30904e8
commit 6641d43dcb
+2 -2
View File
@@ -8,10 +8,10 @@ endif
.PHONY: build test clean
build:
@xcodebuild | ${BUILDCLEANER}
@xcodebuild TOOLCHAINS=swift | ${BUILDCLEANER}
test: build
@xcodebuild test -scheme SwiftShell | ${TESTCLEANER}
@xcodebuild TOOLCHAINS=swift -scheme SwiftShell test | ${TESTCLEANER}
@echo
@echo "=== RUN SwiftShell TEST SCRIPTS (SwiftShellTests/Scripts/runtests.bash) ==="