CS318 - Pintos
Pintos source browser for JHU CS318 course
lg-full.c
Go to the documentation of this file.
1 /** Writes out the contents of a fairly large file all at once,
2  and then reads it back to make sure that it was written
3  properly. */
4 
5 #define TEST_SIZE 75678
6 #include "tests/filesys/base/full.inc"