Skip to content

Commit fc7b513

Browse files
author
Oleh Kulykov
committed
1733485197
1 parent f6ee1c6 commit fc7b513

File tree

7 files changed

+6
-1
lines changed

7 files changed

+6
-1
lines changed

swift_pm_tests/LinuxMain.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
//var tests = [XCTestCaseEntry]()
66
//tests += plzmaTests.allTests()
77
//XCTMain(tests)
8+

swift_pm_tests/plzmaTests/Compress.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,3 @@ final class Compress: XCTestCase, EncoderDelegate, DecoderDelegate {
186186
("testMultiVolume", testMultiVolume)
187187
]
188188
}
189-

swift_pm_tests/plzmaTests/Global.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ final class Global: XCTestCase {
2727
("Retrieve and change global properties", testReadWriteGlobalProperties)
2828
]
2929
}
30+

swift_pm_tests/plzmaTests/OpenAndList.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,4 @@ final class OpenAndList: XCTestCase, DecoderDelegate {
137137
("testMultivolume", testMultiVolume)
138138
]
139139
}
140+

swift_pm_tests/plzmaTests/TypesTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,4 @@ final class TypesTests: XCTestCase {
6666
("FileType enum tests", testFileType)
6767
]
6868
}
69+

swift_pm_tests/plzmaTests/XCTestManifests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ public func allTests() -> [XCTestCaseEntry] {
99
]
1010
}
1111
#endif
12+

swift_pm_tests/plzmaTests/plzmaTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,4 @@ final class plzmaTests: XCTestCase, DecoderDelegate {
9494
("testEncoder", testEncoder)
9595
]
9696
}
97+

0 commit comments

Comments
 (0)