LinuxMain.swift 113 B

1234567
  1. import XCTest
  2. import Base32Tests
  3. var tests = [XCTestCaseEntry]()
  4. tests += Base32Tests.allTests()
  5. XCTMain(tests)