File tree Expand file tree Collapse file tree
Tests/OpenAttributeGraphTests Expand file tree Collapse file tree Original file line number Diff line number Diff 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- )
292282let 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 ]
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments