summaryrefslogtreecommitdiff
path: root/libs/pbd/test/filesystem_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/test/filesystem_test.h')
-rw-r--r--libs/pbd/test/filesystem_test.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/pbd/test/filesystem_test.h b/libs/pbd/test/filesystem_test.h
index 588e731af2..45d55a673a 100644
--- a/libs/pbd/test/filesystem_test.h
+++ b/libs/pbd/test/filesystem_test.h
@@ -8,6 +8,8 @@ class FilesystemTest : public CppUnit::TestFixture
CPPUNIT_TEST (testCopyFileASCIIFilename);
CPPUNIT_TEST (testCopyFileUTF8Filename);
CPPUNIT_TEST (testFindFilesMatchingPattern);
+ CPPUNIT_TEST (testClearDirectory);
+ CPPUNIT_TEST (testRemoveDirectory);
CPPUNIT_TEST_SUITE_END ();
public:
@@ -15,5 +17,7 @@ public:
void testCopyFileASCIIFilename ();
void testCopyFileUTF8Filename ();
void testFindFilesMatchingPattern ();
+ void testClearDirectory ();
+ void testRemoveDirectory ();
};