#include #include "temporal/beats.h" #include "BBTTest.h" CPPUNIT_TEST_SUITE_REGISTRATION(BBTTest); using namespace Temporal; void BBTTest::createTest() { } void BBTTest::addTest() { } void BBTTest::subtractTest() { } void BBTTest::multiplyTest() { } void BBTTest::roundTest() { } void BBTTest::convertTest() { }