Created
February 25, 2019 12:23
-
-
Save dive/5f93652d272d93ec572bd8b94e69ef67 to your computer and use it in GitHub Desktop.
SPM:Article:Import:XCTest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import XCTest | |
| #if !os(macOS) && !os(iOS) | |
| public func allTests() -> [XCTestCaseEntry] { | |
| return [ | |
| testCase(spm_tutorialTests.allTests), | |
| ] | |
| } | |
| #endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment