7 lines
101 B
Swift
7 lines
101 B
Swift
import XCTest
|
|
@testable import XMLParsingTests
|
|
|
|
XCTMain([
|
|
testCase(XMLParsingTests.allTests),
|
|
])
|