@@ -22,9 +22,11 @@ extension ByteReaderTests {
2222extension LsbBitReaderTests {
2323 static var allTests : [ ( String , ( LsbBitReaderTests ) -> ( ) throws -> Void ) ] {
2424 return [
25+ ( " testBit " , testBit) ,
2526 ( " testBits " , testBits) ,
2627 ( " testIntFromBits " , testIntFromBits) ,
2728 ( " testIsAligned " , testIsAligned) ,
29+ ( " testAlign " , testAlign) ,
2830 ( " testBitReaderByte " , testBitReaderByte) ,
2931 ( " testBitReaderBytes " , testBitReaderBytes) ,
3032 ( " testBitReaderUint16 " , testBitReaderUint16)
@@ -35,9 +37,11 @@ extension LsbBitReaderTests {
3537extension MsbBitReaderTests {
3638 static var allTests : [ ( String , ( MsbBitReaderTests ) -> ( ) throws -> Void ) ] {
3739 return [
40+ ( " testBit " , testBit) ,
3841 ( " testBits " , testBits) ,
3942 ( " testIntFromBits " , testIntFromBits) ,
4043 ( " testIsAligned " , testIsAligned) ,
44+ ( " testAlign " , testAlign) ,
4145 ( " testBitReaderByte " , testBitReaderByte) ,
4246 ( " testBitReaderBytes " , testBitReaderBytes) ,
4347 ( " testBitReaderUint16 " , testBitReaderUint16)
0 commit comments