Make tests public. Rewrite most tests. Add tests.
[pintos-anon] / src / tests / filesys / base / lg-random.c
diff --git a/src/tests/filesys/base/lg-random.c b/src/tests/filesys/base/lg-random.c
new file mode 100644 (file)
index 0000000..c3027cc
--- /dev/null
@@ -0,0 +1,3 @@
+#define BLOCK_SIZE 512
+#define TEST_SIZE (512 * 150)
+#include "tests/filesys/base/random.inc"