Files
atlantis/Tests/LinuxMain.swift
2020-10-22 15:43:06 +07:00

7 lines
97 B
Swift

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