Can anyone point me to some linux file system unit testing libraries? [closed]

StackOverflow https://stackoverflow.com/questions/5972794

  •  12-11-2019
  •  | 
  •  

Frage

I'm not sure how to look for these. I am trying to find general unit testing libraries for linux file systems (FS structure is treated as anon).

Thanks!

War es hilfreich?

Lösung

Andere Tipps

You might also consider trying out a few benchmarking tools. While they are not unit tests per-se they will certainly stress test a file system, which may be a useful form of testing.

I've used IOZone in the past to good effect (http://www.iozone.org/).

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top