aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/testbed/fs.h')
-rw-r--r--engines/testbed/fs.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/engines/testbed/fs.h b/engines/testbed/fs.h
index f1a3e8a37d..c421725407 100644
--- a/engines/testbed/fs.h
+++ b/engines/testbed/fs.h
@@ -7,10 +7,15 @@ namespace Testbed {
namespace FStests {
+// Note: These tests require a game-data directory
+// So would work if game-path is set in the launcher or invoked as ./scummvm --path="path-to-testbed-data" testbed
+// from commandline
+
// Helper functions for FS tests
// will contain function declarations for FS tests
-bool testOpenFile();
+bool testReadFile();
+bool testWriteFile();
// add more here
}