Skip to content

Commit c80b543

Browse files
committed
build: elide the JavaKitMacroTests
The way that SPM builds executable tests is not supportable on Windows. We end up with duplicate definitions of `main` which is a hard error on Windows. Disable this test suite to allow us to build.
1 parent 79237aa commit c80b543

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Package.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ let package = Package(
343343
]
344344
),
345345

346+
/*
346347
.testTarget(
347348
name: "JavaKitMacroTests",
348349
dependencies: [
@@ -353,6 +354,7 @@ let package = Package(
353354
.swiftLanguageMode(.v5)
354355
]
355356
),
357+
*/
356358

357359
.testTarget(
358360
name: "Java2SwiftTests",

0 commit comments

Comments
 (0)