jamoma / jamoma2

A header-only C++ library for building dynamic and reflexive systems with an emphasis on audio and media.
MIT License
30 stars 6 forks source link

Initial integration of Catch for unit testing #100

Closed tap closed 8 years ago

tap commented 8 years ago

Hei @lossius -- Catch is used now for the angle and distance dataspaces. I disabled the other unit tests since it is difficult to have them and Catch active in the same file.

One note: after switching to catch I had to clean out my build folder and re-run CMake. A dirty build folder resulted in the test crashing mysteriously.