summaryrefslogtreecommitdiffstats
path: root/src/tests/filesys/extended/grow-seq-lg.c
blob: 3108d172a59dfec78dfcf1e39c4fe731797952d4 (plain) (blame)
1
2
3
4
5
/* Grows a file from 0 bytes to 72,943 bytes, 1,234 bytes at a
   time. */

#define TEST_SIZE 72943
#include "tests/filesys/extended/grow-seq.inc"