Skip to content

Commit af45d6a

Browse files
authored
Remove OpenAttributeGraphTests target (#202)
1 parent 907b764 commit af45d6a

3 files changed

Lines changed: 0 additions & 26 deletions

File tree

‎Package.swift‎

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -279,16 +279,6 @@ let openAttributeGraphShimsTarget = Target.target(
279279

280280
// MARK: - Test Targets
281281

282-
let openAttributeGraphTestsTarget = Target.testTarget(
283-
name: "OpenAttributeGraphTests",
284-
dependencies: [
285-
.target(name: openAttributeGraphTarget.name),
286-
],
287-
exclude: ["README.md"],
288-
cSettings: sharedCSettings,
289-
cxxSettings: sharedCxxSettings,
290-
swiftSettings: sharedSwiftSettings
291-
)
292282
let openAttributeGraphCxxTestsTarget = Target.testTarget(
293283
name: "OpenAttributeGraphCxxTests",
294284
dependencies: [
@@ -345,7 +335,6 @@ if compatibilityTestCondition {
345335
openAttributeGraphCompatibilityTestsTarget.addAGSettings()
346336
} else {
347337
package.targets += [
348-
openAttributeGraphTestsTarget,
349338
openAttributeGraphCxxTestsTarget,
350339
openAttributeGraphShimsTestsTarget,
351340
]

‎Tests/OpenAttributeGraphTests/DummyTests.swift‎

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

‎Tests/OpenAttributeGraphTests/README.md‎

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

0 commit comments

Comments
 (0)