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

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

  •  12-11-2019
  •  | 
  •  

Pregunta

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!

¿Fue útil?

Solución

Otros consejos

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/).

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top