jcarreira / cirrus-kv

High-performance key-value store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate unit testing framework?

TylerADavis opened this issue · comments

might fit in with #42

@jcarreira I've looked into this some and the following seem promising. Google test seems to be more widely used nowadays and the most feature rich. However, it is apparently statically linked versus catch which is header only. Should I work on setting this up?
https://github.com/google/googletest
https://github.com/philsquared/Catch