Skip to content

Commit b6054ed

Browse files
Remove test targets and test util
1 parent 4c2421c commit b6054ed

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

Package.swift

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,6 @@ var targets: [Target] = [
4949
]),
5050
exclude: ["CMakeLists.txt"]
5151
),
52-
.target(
53-
name: "_SwiftFormatTestSupport",
54-
dependencies: [
55-
"SwiftFormat"
56-
]
57-
+ swiftSyntaxDependencies([
58-
"SwiftOperators", "SwiftParser", "SwiftParserDiagnostics", "SwiftSyntax", "SwiftSyntaxBuilder",
59-
])
60-
),
6152
.plugin(
6253
name: "Format Source Code",
6354
capability: .command(
@@ -100,22 +91,6 @@ var targets: [Target] = [
10091
exclude: ["CMakeLists.txt"],
10192
linkerSettings: swiftformatLinkSettings
10293
),
103-
104-
.testTarget(
105-
name: "SwiftFormatPerformanceTests",
106-
dependencies: [
107-
"SwiftFormat",
108-
"_SwiftFormatTestSupport",
109-
] + swiftSyntaxDependencies(["SwiftParser", "SwiftSyntax"])
110-
),
111-
.testTarget(
112-
name: "SwiftFormatTests",
113-
dependencies: [
114-
"SwiftFormat",
115-
"_SwiftFormatTestSupport",
116-
.product(name: "Markdown", package: "swift-markdown"),
117-
] + swiftSyntaxDependencies(["SwiftOperators", "SwiftParser", "SwiftSyntax", "SwiftSyntaxBuilder"])
118-
),
11994
]
12095

12196
if buildOnlyTests {

0 commit comments

Comments
 (0)