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