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