defined 'test_name' for msg()/vmsg() to work properly
[pintos-anon] / src / tests / filesys / base / sm-seq-block.c
index 5196eac86020145f536bcbdf1843f66a43f99ac3..e3683277048168cbff3c0d3f8a63dd6789271af4 100644 (file)
@@ -1,3 +1,7 @@
+/* Writes out a fairly small file sequentially, one fixed-size
+   block at a time, then reads it back to verify that it was
+   written properly. */
+
 #define TEST_SIZE 5678
 #define BLOCK_SIZE 513
 #include "tests/filesys/base/seq-block.inc"