defined 'test_name' for msg()/vmsg() to work properly
[pintos-anon] / src / tests / filesys / base / lg-seq-random.c
1 /* Writes out a fairly large file sequentially, one random-sized
2    block at a time, then reads it back to verify that it was
3    written properly. */
4
5 #define TEST_SIZE 75678
6 #include "tests/filesys/base/seq-random.inc"