We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 908f6ef commit a01ee49Copy full SHA for a01ee49
Makefile
@@ -1,5 +1,5 @@
1
SWIFT_BIN_PATH = $(shell swift build --show-bin-path)
2
-TEST_PACKAGE= $(SWIFT_BIN_PATH)/SLSAdapterTestsPackageTests.xctest
+TEST_PACKAGE= $(SWIFT_BIN_PATH)/SwiftSlsAdapterTestsPackageTests.xctest
3
BUILD_TEMP = .build/temp
4
5
coverage:
0 commit comments