From: <fr...@us...> - 2021-02-27 02:57:23
|
This is an automated email from the git hooks/post-receive-user script. fredm pushed a commit to branch master in repository libspectrum. View the commit online: https://sourceforge.net/p/fuse-emulator/libspectrum/ci/f982a143c239497cc7ad7da4a805aa2ab7855970/ The following commit(s) were added to refs/heads/master by this push: new f982a14 Add new test case tzx files f982a14 is described below commit f982a143c239497cc7ad7da4a805aa2ab7855970 Author: Fredrick Meunier <fr...@sp...> AuthorDate: Sat Feb 27 13:56:51 2021 +1100 Add new test case tzx files --- test/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Makefile.am b/test/Makefile.am index 553f08d..b1e5c13 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -60,6 +60,7 @@ EXTRA_DIST += \ test/no-pilot-gdb.tzx \ test/plus3.z80 \ test/random.szx \ + test/raw-data-block.tzx \ test/sp-2000.sna.gz \ test/sp-ffff.sna.gz \ test/standard-tap.tap \ @@ -83,6 +84,7 @@ EXTRA_DIST += \ test/szx-chunks/ZXAT.szx \ test/szx-chunks/ZXCF.szx \ test/szx-chunks/ZXPR.szx \ + test/trailing-pause-block.tzx \ test/turbo-zeropilot.tzx \ test/writeprotected.mdr \ test/zero-tail.pzx |