Skip to content

Commit 8b77575

Browse files
committed
Introduce a new SPM-based test harness
Using the Swift Package Manager instead of xcode allows for developing on Linux and Windows, and could potentially make life easier. Fixes chinedufn#306
1 parent 5c3d672 commit 8b77575

File tree

79 files changed

+176
-3063
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+176
-3063
lines changed

Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ members = [
3333
"crates/swift-bridge-macro",
3434

3535
"crates/swift-integration-tests",
36-
"SwiftRustIntegrationTestRunner/integration-test-create-swift-package",
37-
"SwiftRustIntegrationTestRunner/swift-package-rust-library-fixture",
3836

3937
"examples/async-functions",
4038
"examples/codegen-visualizer",

SwiftRustIntegrationTestRunner/Headers/BridgingHeader.h

-14
This file was deleted.

SwiftRustIntegrationTestRunner/SwiftRustIntegrationTestRunner.xcodeproj/project.pbxproj

-718
This file was deleted.

SwiftRustIntegrationTestRunner/SwiftRustIntegrationTestRunner.xcodeproj/project.xcworkspace/contents.xcworkspacedata

-7
This file was deleted.

SwiftRustIntegrationTestRunner/SwiftRustIntegrationTestRunner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

-8
This file was deleted.

SwiftRustIntegrationTestRunner/SwiftRustIntegrationTestRunner.xcodeproj/xcshareddata/xcschemes/SwiftRustIntegrationTestRunner.xcscheme

-88
This file was deleted.

SwiftRustIntegrationTestRunner/SwiftRustIntegrationTestRunner/Assets.xcassets/AccentColor.colorset/Contents.json

-11
This file was deleted.

SwiftRustIntegrationTestRunner/SwiftRustIntegrationTestRunner/Assets.xcassets/AppIcon.appiconset/Contents.json

-58
This file was deleted.

SwiftRustIntegrationTestRunner/SwiftRustIntegrationTestRunner/Assets.xcassets/Contents.json

-6
This file was deleted.

SwiftRustIntegrationTestRunner/SwiftRustIntegrationTestRunner/ContentView.swift

-21
This file was deleted.

SwiftRustIntegrationTestRunner/SwiftRustIntegrationTestRunner/Option.swift

-74
This file was deleted.

SwiftRustIntegrationTestRunner/SwiftRustIntegrationTestRunner/Preview Content/Preview Assets.xcassets/Contents.json

-6
This file was deleted.

SwiftRustIntegrationTestRunner/SwiftRustIntegrationTestRunner/SwiftRustIntegrationTestRunner.entitlements

-10
This file was deleted.

SwiftRustIntegrationTestRunner/SwiftRustIntegrationTestRunner/SwiftRustIntegrationTestRunnerApp.swift

-17
This file was deleted.

SwiftRustIntegrationTestRunner/SwiftRustIntegrationTestRunnerSwiftRustIntegrationTestRunner.swift

-17
This file was deleted.

SwiftRustIntegrationTestRunner/SwiftRustIntegrationTestRunnerTests/ArgumentAttributesTest.swift

-21
This file was deleted.

0 commit comments

Comments
 (0)