mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
skeleton for temporal/BBT testing (empty for now)
This commit is contained in:
parent
f641a0559f
commit
14ac8fd36b
5 changed files with 67 additions and 1 deletions
40
libs/temporal/test/BBTTest.cc
Normal file
40
libs/temporal/test/BBTTest.cc
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
#include <stdlib.h>
|
||||
|
||||
#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()
|
||||
{
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue