summaryrefslogtreecommitdiffstats
path: root/src/tests/filesys/base/sm-full.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/filesys/base/sm-full.c')
-rw-r--r--src/tests/filesys/base/sm-full.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tests/filesys/base/sm-full.c b/src/tests/filesys/base/sm-full.c
new file mode 100644
index 0000000..23ff3d4
--- /dev/null
+++ b/src/tests/filesys/base/sm-full.c
@@ -0,0 +1,6 @@
+/* Writes out the contents of a fairly small file all at once,
+ and then reads it back to make sure that it was written
+ properly. */
+
+#define TEST_SIZE 5678
+#include "tests/filesys/base/full.inc"