00001 /* Writes out the content of a fairly small file in random order, 00002 then reads it back in random order to verify that it was 00003 written properly. */ 00004 00005 #define BLOCK_SIZE 13 00006 #define TEST_SIZE (13 * 123) 00007 #include "tests/filesys/base/random.inc"