Skip to content

Commit

Permalink
Add HummingbirdLambdaTesting product
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Mar 14, 2024
1 parent 33919cc commit ddb3382
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Package.swift
Expand Up @@ -9,6 +9,7 @@ let package = Package(
],
products: [
.library(name: "HummingbirdLambda", targets: ["HummingbirdLambda"]),
.library(name: "HummingbirdLambdaTesting", targets: ["HummingbirdLambdaTesting"]),
.executable(name: "HBLambdaTest", targets: ["HBLambdaTest"]),
],
dependencies: [
Expand Down

0 comments on commit ddb3382

Please sign in to comment.