Set up a test framework.
[yaffs2.git] / direct / test-framework / tests / init_fw_update_test_nand.sh
diff --git a/direct/test-framework/tests/init_fw_update_test_nand.sh b/direct/test-framework/tests/init_fw_update_test_nand.sh
new file mode 100755 (executable)
index 0000000..648313a
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/bash
+# Run this to initialise the file system for the test runs.
+   rm seed-nand-*
+   rm emfile-2k-*
+   ./yaffs_test  -u -i yaffs2
+