minor test clean up

This commit is contained in:
Egan Ford 2016-01-06 20:48:46 -07:00
parent a464aa0147
commit 34bf509d62
2 changed files with 5 additions and 5 deletions

View File

@ -75,8 +75,8 @@ Automated testing is only supported on OS/X and requires the following:
* Virtual ][ (<http://http://www.virtualii.com/>)
* `zork.dsk` (May be found as `zork_i.dsk`, in any case save as `zork.dsk`)
* `dangerous_dave.po` (You can find this on Asimov as `dangerous_dave.dsk`, but it's really a PO ordered file, just rename to `.po`.)
* `disks/zork.dsk` (May be found as `zork_i.dsk`, in any case save as `zork.dsk`)
* `disks/dangerous_dave.po` (You can find this on Asimov as `dangerous_dave.dsk`, but it's really a PO ordered file, just rename to `.po`.)
* Windows cross-compiling tools <http://crossgcc.rts-software.org/download/gcc-4.8.0-qt-4.8.4-win32/gcc-4.8.0-qt-4.8.4-for-mingw32.dmg>
* Wine (<http://winehq.org>) installed in `~/wine` (extract the tarball in `~/wine` and move the contents of `~/wine/usr` to `~/wine`, or change the path to `wine` in `test.sh`).

View File

@ -6,9 +6,9 @@ PATH=~/wine/bin:$PATH
# list of commands to test, must be space delimited
CMD=("./c2t-96h" "wine c2t-96h.exe")
# list of images to test, must be space delimited.
# Images cannot have spaces in names.
IMAGES="zork.dsk dangerous_dave.po"
# list of disks to test, must be space delimited.
# Disks (and paths to disks) cannot have spaces in names.
IMAGES="disks/zork.dsk disks/dangerous_dave.po"
dsk_test()
{