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

7 lines
105 B
Swift
Raw Normal View History

2017-08-12 14:01:07 +00:00
import XCTest
@testable import HelloWorldTests
XCTMain([
testCase(HelloWorldTests.allTests),
])