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-sm.c

6 lines
145 B
C
Executable File

/* Grows a file from 0 bytes to 5,678 bytes, 1,234 bytes at a
time. */
#define TEST_SIZE 5678
#include "tests/filesys/extended/grow-seq.inc"