From: <fr...@us...> - 2008-11-18 03:38:54
|
Revision: 3832 http://fuse-emulator.svn.sourceforge.net/fuse-emulator/?rev=3832&view=rev Author: fredm Date: 2008-11-18 03:38:51 +0000 (Tue, 18 Nov 2008) Log Message: ----------- Distribute empty.z80 and writeprotected.mdr test data files. Modified Paths: -------------- trunk/libspectrum/hacking/ChangeLog trunk/libspectrum/test/Makefile.am Modified: trunk/libspectrum/hacking/ChangeLog =================================================================== --- trunk/libspectrum/hacking/ChangeLog 2008-11-17 23:11:12 UTC (rev 3831) +++ trunk/libspectrum/hacking/ChangeLog 2008-11-18 03:38:51 UTC (rev 3832) @@ -696,3 +696,5 @@ identification of more disk images (part of patch #2233744) (Gergely Szasz). 20081109 doc/cvs-tags: document 0.5.0 branch tag. +20081118 test/Makefile.am: distribute empty.z80 and writeprotected.mdr test + data files (Fred). Modified: trunk/libspectrum/test/Makefile.am =================================================================== --- trunk/libspectrum/test/Makefile.am 2008-11-17 23:11:12 UTC (rev 3831) +++ trunk/libspectrum/test/Makefile.am 2008-11-18 03:38:51 UTC (rev 3832) @@ -42,23 +42,25 @@ EXTRA_DIST += \ test/Makefile.am \ test/complete-tzx.pl \ + test/empty-drb.tzx \ test/empty.csw \ - test/empty-drb.tzx \ - test/invalid.gz \ - test/invalid.szx \ - test/invalid.tzx \ + test/empty.z80 \ test/invalid-archiveinfo.tzx \ test/invalid-custominfo.tzx \ test/invalid-gdb.tzx \ test/invalid-hardwareinfo.tzx \ test/invalid-warajevo-blockoffset.tap \ + test/invalid.gz \ + test/invalid.szx \ + test/invalid.tzx \ test/jump.tzx \ test/loop.tzx \ test/loop2.tzx \ test/loopend.tzx \ test/sp-2000.sna.gz \ test/sp-ffff.sna.gz \ - test/turbo-zeropilot.tzx + test/turbo-zeropilot.tzx \ + test/writeprotected.mdr CLEANFILES += \ test/.libs/test \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |