ec32eaa81ece79113949c2e75f8bfd32148c89f3
[ardour.git] / libs / ardour / test / BBTTest.cpp
1 #include <cassert>
2 #include "ardour/tempo.h"
3 #include "BBTTest.hpp"
4
5 CPPUNIT_TEST_SUITE_REGISTRATION(BBTTest);
6
7 using namespace std;
8 using namespace ARDOUR;
9
10 void
11 BBTTest::addTest ()
12 {
13         TempoMap map(48000);
14 }
15
16 void
17 BBTTest::subtractTest ()
18 {
19 }