barrust / count-min-sketch

Count-Min Sketch Implementation in C
MIT License
45 stars 16 forks source link

Add full test suite #14

Closed barrust closed 3 years ago

barrust commented 4 years ago

Use the c-utils minunit.h library to build out a comprehensive test suite to ensure everything works as expected.

Bonus: Setup CI and code coverage calculations