Skip to content
This repository was archived by the owner on Dec 15, 2024. It is now read-only.

Commit 3b75475

Browse files
committed
Moved test source files to "Tests" folder
1 parent 9415e23 commit 3b75475

File tree

11 files changed

+2
-8
lines changed

11 files changed

+2
-8
lines changed

Package.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@ import PackageDescription
22

33
let package = Package(
44
name: "SwiftFoundation",
5-
targets: [
6-
Target(
7-
name: "UnitTests",
8-
dependencies: [.Target(name: "SwiftFoundation")]),
9-
Target(
10-
name: "SwiftFoundation")
11-
],
125
dependencies: [
136
.Package(url: "https://github.com/PureSwift/CStatfs.git", majorVersion: 1),
147
.Package(url: "https://github.com/PureSwift/CJSONC.git", majorVersion: 1)
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)