summaryrefslogtreecommitdiffstats
path: root/src/tests/filesys/base/lg-seq-block.c
blob: 580c30bd9040a9bbcc8195022dd48363ad558926 (plain) (blame)
1
2
3
4
5
6
7
/* Writes out a fairly large file sequentially, one fixed-size
   block at a time, then reads it back to verify that it was
   written properly. */

#define TEST_SIZE 75678
#define BLOCK_SIZE 513
#include "tests/filesys/base/seq-block.inc"