Skip to content

Commit

Permalink
add test target to SPM
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelangel-dev committed Jan 9, 2020
1 parent b5f391e commit 190fbc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ let package = Package(
.target(name: "NefCarbon", dependencies: ["NefModels", "NefCore"], path: "Component/NefCarbon", publicHeadersPath: "Support Files"),
.target(name: "NefSwiftPlayground", dependencies: ["Bow", "BowEffects", "BowOptics", "NefModels", "NefCommon"], path: "Component/NefSwiftPlayground", publicHeadersPath: "Support Files"),

.testTarget(name: "CoreTests", dependencies: ["NefCore"], path: "Tests/CoreTests"),

.target(name: "nef", dependencies: ["Bow", "BowEffects", "Swiftline",
"NefCommon",
Expand Down

0 comments on commit 190fbc4

Please sign in to comment.