Make tests public. Rewrite most tests. Add tests.
[pintos-anon] / src / tests / filesys / base / syn-write.h
diff --git a/src/tests/filesys/base/syn-write.h b/src/tests/filesys/base/syn-write.h
new file mode 100644 (file)
index 0000000..2f16765
--- /dev/null
@@ -0,0 +1,9 @@
+#ifndef TESTS_FILESYS_BASE_SYN_WRITE_H
+#define TESTS_FILESYS_BASE_SYN_WRITE_H
+
+#define CHILD_CNT 10
+#define CHUNK_SIZE 512
+#define BUF_SIZE (CHILD_CNT * CHUNK_SIZE)
+static const char filename[] = "stuff";
+
+#endif /* tests/filesys/base/syn-write.h */