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