Make tests public. Rewrite most tests. Add tests.
[pintos-anon] / grading / filesys / fsmain.c
diff --git a/grading/filesys/fsmain.c b/grading/filesys/fsmain.c
deleted file mode 100644 (file)
index 76113a6..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#include <random.h>
-#include "fslib.h"
-
-int
-main (void) 
-{
-  msg ("begin");
-  random_init (0);
-  test_main ();
-  msg ("end");
-  return 0;
-}