Added create and validate tests.
[yaffs2.git] / direct / test-framework / unit_tests / 64_and_32_bit_time / shared / shared.h
diff --git a/direct/test-framework/unit_tests/64_and_32_bit_time/shared/shared.h b/direct/test-framework/unit_tests/64_and_32_bit_time/shared/shared.h
new file mode 100644 (file)
index 0000000..31b64b8
--- /dev/null
@@ -0,0 +1,13 @@
+#ifndef __SHARED_H__
+#define __SHARED_H__
+
+#define TEST_PASS 0
+#define TEST_FAIL 1
+
+#define YAFFS_MOUNT_POINT "/yflash2/"
+#define FILE_PATH "/yflash2/foo.txt"
+
+void setup_yaffs();
+int shared_create();
+int shared_validate_file();
+#endif