Skip to content

Commit

Permalink
deployment: swift package tests have been simplified.
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgear committed Jul 18, 2019
1 parent 8fba831 commit e0e9434
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ let package = Package(
.target(name: "CocoaLumberjackSwift",
dependencies: ["CocoaLumberjack", "CocoaLumberjackSwiftSupport"],
exclude: ["Supporting Files"]),
.testTarget(name: "Tests",
dependencies: ["CocoaLumberjack"],
path: "Tests",
exclude: [],
sources: ["Tests"])
.testTarget(name: "CocoaLumberjackTests",
dependencies: ["CocoaLumberjack"])
]
)

0 comments on commit e0e9434

Please sign in to comment.