noe / encoding

Header-only C++11 library to encode pieces of data with tight control over their bit-level representation.
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

No proper test suite available #1

Closed noe closed 11 years ago

noe commented 11 years ago

This library should have a decent test suite, please implement it.

noe commented 11 years ago

It would be nice to use a mainstream unit test framework; Google C++ Testing Framework is a good candidate (https://code.google.com/p/googletest)

noe commented 11 years ago

The test suite has indeed been implemented using GTest