exercism/swift/hello-world/Tests/LinuxMain.swift
2017-08-12 09:01:07 -05:00

7 lines
105 B
Swift

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