mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-05-20 20:20:35 +00:00
7 lines
97 B
Swift
7 lines
97 B
Swift
import XCTest
|
|
@testable import atlantisTests
|
|
|
|
XCTMain([
|
|
testCase(atlantisTests.allTests),
|
|
])
|