diff options
Diffstat (limited to 'mmc_updater/src/tests/TestFileUtils.h')
-rw-r--r-- | mmc_updater/src/tests/TestFileUtils.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/mmc_updater/src/tests/TestFileUtils.h b/mmc_updater/src/tests/TestFileUtils.h deleted file mode 100644 index 1a45164b..00000000 --- a/mmc_updater/src/tests/TestFileUtils.h +++ /dev/null @@ -1,10 +0,0 @@ -#pragma once - -class TestFileUtils -{ - public: - void testDirName(); - void testIsRelative(); - void testSymlinkFileExists(); - void testStandardDirs(); -}; |