Skip to content

Commit 5d1c0e8

Browse files
committed
Update LinuxMain with SNR tests
1 parent 2783af5 commit 5d1c0e8

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

Tests/BitByteDataTests/XCTestManifests.swift

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,28 @@ extension MsbBitWriterTests {
161161
]
162162
}
163163

164+
extension SignedNumberRepresentationTests {
165+
// DO NOT MODIFY: This is autogenerated, use:
166+
// `swift test --generate-linuxmain`
167+
// to regenerate.
168+
static let __allTests__SignedNumberRepresentationTests = [
169+
("testMaxRepresentableNumber_1C", testMaxRepresentableNumber_1C),
170+
("testMaxRepresentableNumber_2C", testMaxRepresentableNumber_2C),
171+
("testMaxRepresentableNumber_Biased_E1023", testMaxRepresentableNumber_Biased_E1023),
172+
("testMaxRepresentableNumber_Biased_E127", testMaxRepresentableNumber_Biased_E127),
173+
("testMaxRepresentableNumber_Biased_E3", testMaxRepresentableNumber_Biased_E3),
174+
("testMaxRepresentableNumber_RN2", testMaxRepresentableNumber_RN2),
175+
("testMaxRepresentableNumber_SM", testMaxRepresentableNumber_SM),
176+
("testMinRepresentableNumber_1C", testMinRepresentableNumber_1C),
177+
("testMinRepresentableNumber_2C", testMinRepresentableNumber_2C),
178+
("testMinRepresentableNumber_Biased_E1023", testMinRepresentableNumber_Biased_E1023),
179+
("testMinRepresentableNumber_Biased_E127", testMinRepresentableNumber_Biased_E127),
180+
("testMinRepresentableNumber_Biased_E3", testMinRepresentableNumber_Biased_E3),
181+
("testMinRepresentableNumber_RN2", testMinRepresentableNumber_RN2),
182+
("testMinRepresentableNumber_SM", testMinRepresentableNumber_SM),
183+
]
184+
}
185+
164186
public func __allTests() -> [XCTestCaseEntry] {
165187
return [
166188
testCase(BigEndianByteReaderTests.__allTests__BigEndianByteReaderTests),
@@ -169,6 +191,7 @@ public func __allTests() -> [XCTestCaseEntry] {
169191
testCase(LsbBitWriterTests.__allTests__LsbBitWriterTests),
170192
testCase(MsbBitReaderTests.__allTests__MsbBitReaderTests),
171193
testCase(MsbBitWriterTests.__allTests__MsbBitWriterTests),
194+
testCase(SignedNumberRepresentationTests.__allTests__SignedNumberRepresentationTests),
172195
]
173196
}
174197
#endif

0 commit comments

Comments
 (0)