vapor app for running from ios

This commit is contained in:
2023-09-16 17:46:51 -07:00
parent e73f6e20ed
commit 26f4ed4fde
35 changed files with 665 additions and 241 deletions

View File

@@ -1,12 +0,0 @@
import XCTest
@testable import App
class AppTests: XCTestCase {
func testStub() throws {
XCTAssert(true)
}
static let allTests = [
("testStub", testStub),
]
}

View File

@@ -1,11 +0,0 @@
#if os(Linux)
import XCTest
@testable import AppTests
XCTMain([
// AppTests
testCase(AppTests.allTests),
])
#endif