mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
On Atari ST, run directory depth last.
This commit is contained in:
Binary file not shown.
@@ -105,11 +105,16 @@ int main(int argc, char** argv)
|
||||
Filenames(target);
|
||||
Timestamps(target);
|
||||
Links(target);
|
||||
#ifndef __atarist__ // Because this prevents us from generation more folders
|
||||
DirectoryDepth(target);
|
||||
#endif
|
||||
Fragmentation(target, clusterSize);
|
||||
Sparse(target);
|
||||
MillionFiles(target);
|
||||
DeleteFiles(target);
|
||||
#ifdef __atarist__ // Because this prevents us from generation more folders
|
||||
DirectoryDepth(target);
|
||||
#endif
|
||||
GetVolumeInfo(target, &clusterSize);
|
||||
|
||||
log_close();
|
||||
|
||||
Reference in New Issue
Block a user