Skip to content

Commit 4ad0297

Browse files
author
Bora Okumusoglu
committed
Apparently tests cannot be linked against executable targets
So removing all testing references. Reference for main statement: swiftlang/swift-package-manager#3103
1 parent 6defff4 commit 4ad0297

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

Package.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,10 @@ import PackageDescription
66
let package = Package(
77
name: "SwiftMicroGrad",
88
dependencies: [
9-
// Dependencies declare other packages that this package depends on.
10-
//.package(url: "URL", from: "X.Y.Z"),
119
],
1210
targets: [
13-
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
14-
// Targets can depend on other targets in this package, and on products in packages this package depends on.
1511
.executableTarget(
1612
name: "SwiftMicroGrad",
1713
dependencies: []),
18-
.testTarget(
19-
name: "SwiftMicroGradTests",
20-
dependencies: []),
2114
]
2215
)

Tests/SwiftMicroGradTests/SwiftMicroGradTests.swift

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)