This repository has been archived on 2021-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
OS/pintos-env/pintos/tests/filesys/extended/grow-seq-lg.c

6 lines
147 B
C
Executable File

/* 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"