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