Files
pintos_22/src/tests/filesys/base/sm-seq-block.c
2024-10-01 23:37:39 +01:00

8 lines
239 B
C

/* Writes out a fairly small file sequentially, one fixed-size
block at a time, then reads it back to verify that it was
written properly. */
#define TEST_SIZE 5678
#define BLOCK_SIZE 513
#include "tests/filesys/base/seq-block.inc"