Skip to content

Commit

Permalink
Add test dependency to fix linking error in unit tests (#504)
Browse files Browse the repository at this point in the history
* Add test dependency to fix linking error in unit tests

* Add test dependency to fix linking error in unit tests - swiftformat

* Add test dependency to fix linking error in unit tests - swiftformat CLI
  • Loading branch information
JonPulfer committed Jul 4, 2024
1 parent d29b0de commit db1024c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ let package = Package(
.byName(name: "HummingbirdTLS"),
.byName(name: "HummingbirdHTTP2"),
.byName(name: "HummingbirdTesting"),
.byName(name: "HummingbirdRouter"),
]),
.testTarget(name: "HummingbirdRouterTests", dependencies: [
.byName(name: "HummingbirdRouter"),
Expand Down

0 comments on commit db1024c

Please sign in to comment.