mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
Guaranteed to be the most robust test, ever (*).
(* Offer void everywhere) git-svn-id: svn://localhost/ardour2/branches/3.0@5954 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c71f419920
commit
5ec7afb734
1 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,10 @@ void
|
|||
BBTTest::addTest ()
|
||||
{
|
||||
TempoMap map(48000);
|
||||
|
||||
// Test basic operations with a flat tempo map
|
||||
CPPUNIT_ASSERT(map.bbt_add(BBT_Time(0, 0, 0), BBT_Time(1, 2, 3)) == BBT_Time(1, 2, 3));
|
||||
CPPUNIT_ASSERT(map.bbt_add(BBT_Time(1, 2, 3), BBT_Time(0, 0, 0)) == BBT_Time(1, 2, 3));
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue