b6f887351a0ad8b007d20e863cd85faf60792a8f
[pintos-anon] / lg-random.c
1 /* Writes out the content of a fairly large file in random order,
2    then reads it back in random order to verify that it was
3    written properly. */
4
5 #define BLOCK_SIZE 512
6 #define TEST_SIZE (512 * 150)
7 #include "tests/filesys/base/random.inc"