summaryrefslogtreecommitdiff
path: root/libs/ardour/test/tempo_test.h
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2016-10-13 14:14:27 +1100
committernick_m <mainsbridge@gmail.com>2016-10-13 14:14:27 +1100
commitd824e696c0322ebc8e14320f9ef1d713ea9d9404 (patch)
treec2755cdbd757150ffbf645d66bac89bd3f94bede /libs/ardour/test/tempo_test.h
parenteae567bd9e2fe1ac3820490b65f199f6cc23c83d (diff)
Fix ramp test, add tempoAtPulseTest.
Diffstat (limited to 'libs/ardour/test/tempo_test.h')
-rw-r--r--libs/ardour/test/tempo_test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/test/tempo_test.h b/libs/ardour/test/tempo_test.h
index e2a6701228..7df6a089e8 100644
--- a/libs/ardour/test/tempo_test.h
+++ b/libs/ardour/test/tempo_test.h
@@ -7,6 +7,7 @@ class TempoTest : public CppUnit::TestFixture
CPPUNIT_TEST_SUITE (TempoTest);
CPPUNIT_TEST (recomputeMapTest);
CPPUNIT_TEST (rampTest);
+ CPPUNIT_TEST (tempoAtPulseTest);
CPPUNIT_TEST_SUITE_END ();
public:
@@ -15,5 +16,6 @@ public:
void recomputeMapTest ();
void rampTest ();
+ void tempoAtPulseTest();
};