Mercurial > hg > btrack
view unit-tests/BTrack Tests/main.cpp @ 57:296af6af6c3d
Replaced switch statements in OnsetDetectionFunction with enums. Renamed lots of functions so that they have better names, in camel case. Added some unit tests for initialisation of BTrack.
author | Adam Stark <adamstark@users.noreply.github.com> |
---|---|
date | Thu, 23 Jan 2014 15:31:11 +0000 |
parents | b6d440942ff6 |
children | 5ef334c782f3 |
line wrap: on
line source
#define BOOST_TEST_DYN_LINK #define BOOST_TEST_MODULE BTrackTests #include <boost/test/unit_test.hpp>