From: Ben Beltran Date: Mon, 13 May 2019 19:42:27 +0000 (+0200) Subject: Remove test target X-Git-Tag: 1.0.0^2^2~18 X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli/commitdiff_plain/8f882a0bccd7f71b5316bfaaaf494e7c34fce71e?hp=ffca0db7f130be1138844aa22be71493bcf57d26 Remove test target --- diff --git a/Package.swift b/Package.swift index 58b3294..9adbd39 100644 --- a/Package.swift +++ b/Package.swift @@ -14,9 +14,6 @@ let package = Package( targets: [ .target( name: "lyricli", - dependencies: ["HTMLEntities", "Bariloche"]), - .testTarget( - name: "lyricliTests", - dependencies: ["lyricli"]), + dependencies: ["HTMLEntities", "Bariloche"]) ] )