00001 /* Writes out a fairly large file sequentially, one random-sized 00002 block at a time, then reads it back to verify that it was 00003 written properly. */ 00004 00005 #define TEST_SIZE 5678 00006 #include "tests/filesys/base/seq-random.inc"
1.5.6