Skip to content

Instantly share code, notes, and snippets.

@finestructure
Created November 6, 2018 07:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save finestructure/17d2cd362fd6ba140caa6838b9e3cee5 to your computer and use it in GitHub Desktop.
Save finestructure/17d2cd362fd6ba140caa6838b9e3cee5 to your computer and use it in GitHub Desktop.
// Add a marker protocol to allow for new TestCase subclasses to be
// picked up automatically by adopting it.
protocol LinuxTesting {}
// Extend XCTestCase to conform
extension XCTestCase: LinuxTesting {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment