aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/filesys/base/lg-random.c
blob: b6f887351a0ad8b007d20e863cd85faf60792a8f (plain) (blame)
1
2
3
4
5
6
7
/* Writes out the content of a fairly large file in random order,
   then reads it back in random order to verify that it was
   written properly. */

#define BLOCK_SIZE 512
#define TEST_SIZE (512 * 150)
#include "tests/filesys/base/random.inc"