6aa9bd0f77
Now with some actual consensus on what the updater will do!
11 lines
154 B
C++
11 lines
154 B
C++
#pragma once
|
|
|
|
class TestFileUtils
|
|
{
|
|
public:
|
|
void testDirName();
|
|
void testIsRelative();
|
|
void testSymlinkFileExists();
|
|
void testStandardDirs();
|
|
};
|