Remove Linux testing cruft that we no longer need

This commit is contained in:
Sami Samhuri 2025-06-15 08:38:19 -07:00
parent 9189796756
commit bcf402db8f
No known key found for this signature in database
2 changed files with 0 additions and 16 deletions

View file

@ -1,7 +0,0 @@
import XCTest
import OsirisTests
var tests = [XCTestCaseEntry]()
tests += OsirisTests.allTests()
XCTMain(tests)

View file

@ -1,9 +0,0 @@
import XCTest
#if !canImport(ObjectiveC)
public func allTests() -> [XCTestCaseEntry] {
return [
testCase(MultipartFormEncoderTests.allTests),
]
}
#endif