Make tests public. Rewrite most tests. Add tests.
[pintos-anon] / src / tests / filesys / base / sm-seq-block.c
1 #define TEST_SIZE 5678
2 #define BLOCK_SIZE 513
3 #include "tests/filesys/base/seq-block.inc"