summaryrefslogtreecommitdiffstats
path: root/mmc_updater/src/tests/TestFileUtils.h
blob: 1a45164b893a42930c78e968ce8bc22bac828227 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

class TestFileUtils
{
	public:
		void testDirName();
		void testIsRelative();
		void testSymlinkFileExists();
		void testStandardDirs();
};