CS318 - Pintos
Pintos source browser for JHU CS318 course
src
tests
filesys
base
sm-seq-random.c
Go to the documentation of this file.
1
/** Writes out a fairly large file sequentially, one random-sized
2
block at a time, then reads it back to verify that it was
3
written properly. */
4
5
#define TEST_SIZE 5678
6
#include "tests/filesys/base/seq-random.inc"
Generated on Thu Aug 22 2019 10:19:15 for CS318 - Pintos by
1.8.16