exercism/swift/hello-world/Tests/LinuxMain.swift
2018-09-16 16:52:49 -04:00

7 lines
105 B
Swift

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