aviggiano / redis-roaring

Roaring Bitmaps for Redis
MIT License
348 stars 56 forks source link

Implement test suite #3

Closed aviggiano closed 7 years ago

aviggiano commented 7 years ago

Use googletest for unit tests and tcl for integration tests?

aviggiano commented 7 years ago

Commit 8a3fc171f4642a6dee69e407130f2fa80b07b340 implements a simple main.c for unit tests, since I didn't want to add an unnecessary dependency to the project.