Skip to content

Commit 5aaf654

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 #306
1 parent 5c3d672 commit 5aaf654

File tree

78 files changed

+102
-2989
lines changed

Some content is hidden

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

78 files changed

+102
-2989
lines changed

Cargo.toml

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 14 deletions
This file was deleted.

SwiftRustIntegrationTestRunner/SwiftRustIntegrationTestRunner.xcodeproj/project.pbxproj

Lines changed: 0 additions & 718 deletions
This file was deleted.

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

Lines changed: 0 additions & 7 deletions
This file was deleted.

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

Lines changed: 0 additions & 8 deletions
This file was deleted.

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

Lines changed: 0 additions & 88 deletions
This file was deleted.

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

Lines changed: 0 additions & 11 deletions
This file was deleted.

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

Lines changed: 0 additions & 58 deletions
This file was deleted.

SwiftRustIntegrationTestRunner/SwiftRustIntegrationTestRunner/Assets.xcassets/Contents.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

SwiftRustIntegrationTestRunner/SwiftRustIntegrationTestRunner/ContentView.swift

Lines changed: 0 additions & 21 deletions
This file was deleted.

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

Lines changed: 0 additions & 6 deletions
This file was deleted.

SwiftRustIntegrationTestRunner/SwiftRustIntegrationTestRunner/SwiftRustIntegrationTestRunner.entitlements

Lines changed: 0 additions & 10 deletions
This file was deleted.

SwiftRustIntegrationTestRunner/SwiftRustIntegrationTestRunner/SwiftRustIntegrationTestRunnerApp.swift

Lines changed: 0 additions & 17 deletions
This file was deleted.

SwiftRustIntegrationTestRunner/SwiftRustIntegrationTestRunnerSwiftRustIntegrationTestRunner.swift

Lines changed: 0 additions & 17 deletions
This file was deleted.

SwiftRustIntegrationTestRunner/SwiftRustIntegrationTestRunnerTests/ArgumentAttributesTest.swift

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)