Skip to content

Instantly share code, notes, and snippets.

@dive
Created February 25, 2019 12:23
Show Gist options
  • Select an option

  • Save dive/5f93652d272d93ec572bd8b94e69ef67 to your computer and use it in GitHub Desktop.

Select an option

Save dive/5f93652d272d93ec572bd8b94e69ef67 to your computer and use it in GitHub Desktop.
SPM:Article:Import:XCTest
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