Skip to content

Commit

Permalink
Add the test target to the SPM manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
bojan committed Jan 14, 2020
1 parent 5352378 commit 346b836
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ let package = Package(
targets: [
.target(
name: "Thingy",
path: "Sources")
path: "Sources"),
.testTarget(
name: "ThingyTests",
dependencies: ["Thingy"],
path: "Tests"),
]
)

0 comments on commit 346b836

Please sign in to comment.