LinuxMain.swift 178 B

123456789
  1. import XCTest
  2. @testable import Base32Tests
  3. XCTMain([
  4. testCase(Base16Tests.allTests),
  5. testCase(Base32Tests.allTests),
  6. testCase(StringExtensionTests.allTests)
  7. ])