exercism/swift/hello-world/Tests/LinuxMain.swift

7 lines
105 B
Swift

import XCTest
@testable import HelloWorldTests
XCTMain([
testCase(HelloWorldTests.allTests),
])