NICTA / stateline

Distributed Markov Chain Monte Carlo
Other
28 stars 11 forks source link

Replace GoogleTest with Catch #97

Closed darrnshn closed 7 years ago

darrnshn commented 8 years ago

While GoogleTest is very good, it is overkill for our very ... minimal tests. Catch is a modern single header test library that's gaining traction. We should switch to it to reduce dependencies and reduce build times.

darrnshn commented 7 years ago

This was done in the comms refactor.