Fix Mackie control metering (fixes #6608).
[ardour.git] / libs / pbd / test / filesystem_test.h
index c200bb2ba7d92ad2fd14b8ba7084c2733c6e1de5..0274d61139a524eb7fceeac5073f5f196119b79e 100644 (file)
@@ -12,6 +12,8 @@ class FilesystemTest : public CppUnit::TestFixture
        CPPUNIT_TEST (testClearDirectory);
        CPPUNIT_TEST (testRemoveDirectory);
        CPPUNIT_TEST (testCanonicalPath);
+       CPPUNIT_TEST (testTouchFile);
+       CPPUNIT_TEST (testStatFile);
        CPPUNIT_TEST_SUITE_END ();
 
 public:
@@ -23,5 +25,7 @@ public:
        void testClearDirectory ();
        void testRemoveDirectory ();
        void testCanonicalPath ();
+       void testTouchFile ();
+       void testStatFile ();
 };