Add explanatory comments to filesys tests.
[pintos-anon] / src / tests / filesys / base / sm-create.c
1 /* Tests that create properly zeros out the contents of a fairly
2    small file. */
3
4 #define TEST_SIZE 5678
5 #include "tests/filesys/create.inc"