allow all types of range location (loop, start, end etc.) to be glued to bars and...
[ardour.git] / libs / evoral / test / RangeTest.hpp
index 892347b3b00e208bcabbb627cea31303d328a3e2..b06a477b4d1e220df748ae2e37283e8ac2d10dac 100644 (file)
@@ -10,6 +10,7 @@ class RangeTest : public CppUnit::TestFixture
        CPPUNIT_TEST (subtractTest3);
        CPPUNIT_TEST (subtractTest4);
        CPPUNIT_TEST (subtractTest5);
+       CPPUNIT_TEST (coverageTest);
        CPPUNIT_TEST_SUITE_END ();
 
 public:
@@ -19,6 +20,7 @@ public:
        void subtractTest3 ();
        void subtractTest4 ();
        void subtractTest5 ();
+       void coverageTest ();
 };
 
-       
+