PKUOS - Pintos
Pintos source browser for PKU Operating System course
src
tests
filesys
base
sm-random.c
Go to the documentation of this file.
1
/** Writes out the content of a fairly small file in random order,
2
then reads it back in random order to verify that it was
3
written properly. */
4
5
#define BLOCK_SIZE 13
6
#define TEST_SIZE (13 * 123)
7
#include "tests/filesys/base/random.inc"
Generated on Thu Nov 4 2021 19:31:01 for PKUOS - Pintos by
1.9.2