Skip to content

Commit

Permalink
Add macros target as test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tdeleon committed Jan 1, 2024
1 parent 68d0d27 commit f43a4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ let package = Package(
),
.testTarget(
name: "RelaxTests",
dependencies: ["Relax", "URLMock", .product(name: "SwiftSyntaxMacrosTestSupport", package: "swift-syntax")]
dependencies: ["Relax", "URLMock", "RelaxMacros", .product(name: "SwiftSyntaxMacrosTestSupport", package: "swift-syntax")]
),
]
)

0 comments on commit f43a4d5

Please sign in to comment.