blob: 42d670f5d3a150643d598e77c8e2239a46e89953 (
plain) (
blame)
1
2
3
4
5
6
7
|
/* Writes out the content of a fairly small file in random order,
then reads it back in random order to verify that it was
written properly. */
#define BLOCK_SIZE 13
#define TEST_SIZE (13 * 123)
#include "tests/filesys/base/random.inc"
|