summaryrefslogtreecommitdiff
path: root/libs/ardour/test/framewalk_to_beats_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/test/framewalk_to_beats_test.h')
-rw-r--r--libs/ardour/test/framewalk_to_beats_test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/test/framewalk_to_beats_test.h b/libs/ardour/test/framewalk_to_beats_test.h
index 4acaeaddd6..df02100296 100644
--- a/libs/ardour/test/framewalk_to_beats_test.h
+++ b/libs/ardour/test/framewalk_to_beats_test.h
@@ -8,6 +8,7 @@ class FramewalkToBeatsTest : public CppUnit::TestFixture
CPPUNIT_TEST (singleTempoTest);
CPPUNIT_TEST (doubleTempoTest);
CPPUNIT_TEST (tripleTempoTest);
+ CPPUNIT_TEST (singleTempoMeterTest);
CPPUNIT_TEST_SUITE_END ();
public:
@@ -17,5 +18,6 @@ public:
void singleTempoTest ();
void doubleTempoTest ();
void tripleTempoTest ();
+ void singleTempoMeterTest ();
};