[Scummvm-cvs-logs] SF.net SVN: scummvm:[52119] tools/branches/gsoc2010-decompiler/decompiler/ test

pidgeot at users.sourceforge.net pidgeot at users.sourceforge.net
Mon Aug 16 14:20:12 CEST 2010


Revision: 52119
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52119&view=rev
Author:   pidgeot
Date:     2010-08-16 12:20:12 +0000 (Mon, 16 Aug 2010)

Log Message:
-----------
DECOMPILER: Explain how to get Kyra test script

Modified Paths:
--------------
    tools/branches/gsoc2010-decompiler/decompiler/test/cfg_test.h
    tools/branches/gsoc2010-decompiler/decompiler/test/codegen.h
    tools/branches/gsoc2010-decompiler/decompiler/test/disassembler_test.h

Modified: tools/branches/gsoc2010-decompiler/decompiler/test/cfg_test.h
===================================================================
--- tools/branches/gsoc2010-decompiler/decompiler/test/cfg_test.h	2010-08-16 12:16:53 UTC (rev 52118)
+++ tools/branches/gsoc2010-decompiler/decompiler/test/cfg_test.h	2010-08-16 12:20:12 UTC (rev 52119)
@@ -618,6 +618,10 @@
 		delete engine;
 	}
 
+	// This test requires _START04.EMC from the CD demo of
+	// Legend of Kyrandia: Hand of Fate, found in MISC_EMC.PAK.
+	// Extract using extract_kyra from the scummvm-tools-cli bundle.
+	// ba2821ac6da96394ce0af75a3cbe48eb *_START04.EMC
 	void testFunctionDetection() {
 		std::vector<Instruction> insts;
 		Kyra::Kyra2Engine *engine = new Kyra::Kyra2Engine();

Modified: tools/branches/gsoc2010-decompiler/decompiler/test/codegen.h
===================================================================
--- tools/branches/gsoc2010-decompiler/decompiler/test/codegen.h	2010-08-16 12:16:53 UTC (rev 52118)
+++ tools/branches/gsoc2010-decompiler/decompiler/test/codegen.h	2010-08-16 12:20:12 UTC (rev 52119)
@@ -268,6 +268,7 @@
 
 	// This test requires _START04.EMC from the CD demo of
 	// Legend of Kyrandia: Hand of Fate, found in MISC_EMC.PAK.
+	// Extract using extract_kyra from the scummvm-tools-cli bundle.
 	// ba2821ac6da96394ce0af75a3cbe48eb *_START04.EMC
 	void testKyra2Start04CodeGen() {
 		std::vector<Instruction> insts;

Modified: tools/branches/gsoc2010-decompiler/decompiler/test/disassembler_test.h
===================================================================
--- tools/branches/gsoc2010-decompiler/decompiler/test/disassembler_test.h	2010-08-16 12:16:53 UTC (rev 52118)
+++ tools/branches/gsoc2010-decompiler/decompiler/test/disassembler_test.h	2010-08-16 12:20:12 UTC (rev 52119)
@@ -251,6 +251,7 @@
 
 	// This test requires _START04.EMC from the CD demo of
 	// Legend of Kyrandia: Hand of Fate, found in MISC_EMC.PAK.
+	// Extract using extract_kyra from the scummvm-tools-cli bundle.
 	// ba2821ac6da96394ce0af75a3cbe48eb *_START04.EMC
 	void testKyra2Start04() {
 		try {


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list