Skip to content
This repository was archived by the owner on Jul 14, 2020. It is now read-only.

Commit a09988e

Browse files
Joshfabianfett
authored andcommitted
Added LambdaRuntimeTestUtils Library in Package.swift
1 parent 4d5bf60 commit a09988e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Package.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ let package = Package(
1010
name: "LambdaRuntime",
1111
targets: ["LambdaRuntime"]
1212
),
13+
.library(
14+
name: "LambdaRuntimeTestUtils",
15+
targets: ["LambdaRuntimeTestUtils"]
16+
),
1317
],
1418
dependencies: [
1519
.package(url: "https://github.com/apple/swift-nio.git", .upToNextMajor(from: "2.9.0")),

0 commit comments

Comments
 (0)