#include #include "HuffmanStream.h" void testHuffmanCodeLengthTable() { HuffmanCodeLengthTable table; std::vector > mappings {{144, 8}, {112, 9}, {24, 7}, {8 ,8}}; std::vector code_length_sequence; for(const auto& entry : mappings) { for(unsigned idx=0;idx