mihaibujanca / dynamicfusion

Implementation of Newcombe et al. CVPR 2015 DynamicFusion paper
BSD 3-Clause "New" or "Revised" License
391 stars 105 forks source link

Port tests to Catch #57

Open mihaibujanca opened 6 years ago

mihaibujanca commented 6 years ago

Tried catch on a separate project and I like it better than google tests, mainly because it's easier to set up and doesn't have fixtures. In addition, matchers are more expressive

https://github.com/catchorg/Catch2/