blob: 89e5b719fa98106066245972038a04854e5abee5 (
plain) (
blame)
1
2
3
4
5
6
|
/* Writes out a fairly large file sequentially, one random-sized
block at a time, then reads it back to verify that it was
written properly. */
#define TEST_SIZE 5678
#include "tests/filesys/base/seq-random.inc"
|