summaryrefslogtreecommitdiff
path: root/libs/ardour/test/tempo_test.h
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2016-10-25 04:02:58 +1100
committernick_m <mainsbridge@gmail.com>2016-10-25 04:02:58 +1100
commit20d02c4c68514e143f5ecc820cfd8bc7a8343c14 (patch)
treed4606fc64d0a57cd3e465181f1d41fd52a4577ef /libs/ardour/test/tempo_test.h
parent509d938b047320b35bffbfef73bbc5fe71ffdab0 (diff)
expand on existing tempo tests.
Diffstat (limited to 'libs/ardour/test/tempo_test.h')
-rw-r--r--libs/ardour/test/tempo_test.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libs/ardour/test/tempo_test.h b/libs/ardour/test/tempo_test.h
index 7df6a089e8..72e9e4748f 100644
--- a/libs/ardour/test/tempo_test.h
+++ b/libs/ardour/test/tempo_test.h
@@ -6,7 +6,8 @@ class TempoTest : public CppUnit::TestFixture
{
CPPUNIT_TEST_SUITE (TempoTest);
CPPUNIT_TEST (recomputeMapTest);
- CPPUNIT_TEST (rampTest);
+ CPPUNIT_TEST (rampTest48);
+ CPPUNIT_TEST (rampTest44);
CPPUNIT_TEST (tempoAtPulseTest);
CPPUNIT_TEST_SUITE_END ();
@@ -15,7 +16,8 @@ public:
void tearDown () {}
void recomputeMapTest ();
- void rampTest ();
+ void rampTest48 ();
+ void rampTest44 ();
void tempoAtPulseTest();
};