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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/pbd/test/filesystem_test.h b/libs/pbd/test/filesystem_test.h
index 57f26631d0..f25d3abbc8 100644
--- a/libs/pbd/test/filesystem_test.h
+++ b/libs/pbd/test/filesystem_test.h
@@ -5,10 +5,12 @@ class FilesystemTest : public CppUnit::TestFixture
{
CPPUNIT_TEST_SUITE (FilesystemTest);
CPPUNIT_TEST (testPathIsWithin);
+ CPPUNIT_TEST (testCopyFile);
CPPUNIT_TEST_SUITE_END ();
public:
void testPathIsWithin ();
+ void testCopyFile ();
};