Make tests public. Rewrite most tests. Add tests.
[pintos-anon] / src / tests / filesys / base / lg-random.c
1 #define BLOCK_SIZE 512
2 #define TEST_SIZE (512 * 150)
3 #include "tests/filesys/base/random.inc"