Make tests public. Rewrite most tests. Add tests.
[pintos-anon] / grading / filesys / seq-block.inc
diff --git a/grading/filesys/seq-block.inc b/grading/filesys/seq-block.inc
deleted file mode 100644 (file)
index 9dc5d31..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-/* -*- c -*- */
-
-#include "fslib.h"
-
-static char buf[TEST_SIZE];
-
-static size_t
-return_block_size (void) 
-{
-  return BLOCK_SIZE;
-}
-
-void
-test_main (void) 
-{
-  seq_test ("noodle",
-            buf, sizeof buf, sizeof buf,
-            return_block_size, NULL);
-}