From 7b8693757c6c7631ca4f54d10761517c2bcb1792 Mon Sep 17 00:00:00 2001 From: Neeraj Kumar Date: Fri, 18 Jun 2010 08:45:57 +0000 Subject: added testcase for writing files in the filesystem svn-id: r50009 --- engines/testbed/fs.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'engines/testbed/fs.h') 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 } -- cgit v1.2.3