Storm/Tests/LinuxMain.swift

7 lines
92 B
Swift

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