Add links to fstester.setter.

This commit is contained in:
2018-01-15 21:15:51 +00:00
parent 2cab74f415
commit d9d8536ddc
2 changed files with 3 additions and 0 deletions

View File

@@ -58,6 +58,8 @@ void MillionFiles(const char *path);
void DeleteFiles(const char *path);
void Links(const char *path);
#define FILENAME_FORMAT "This file should be named \"%s\".\n"
#endif

View File

@@ -58,6 +58,7 @@ int main(int argc, char **argv)
ResourceFork(argv[1]);
Filenames(argv[1]);
Timestamps(argv[1]);
Links(argv[1]);
DirectoryDepth(argv[1]);
Fragmentation(argv[1], clusterSize);
Sparse(argv[1]);