CS318 - Pintos
Pintos source browser for JHU CS318 course
grow-seq-sm.c
Go to the documentation of this file.
1 /** Grows a file from 0 bytes to 5,678 bytes, 1,234 bytes at a
2  time. */
3 
4 #define TEST_SIZE 5678
5 #include "tests/filesys/extended/grow-seq.inc"