mirror of
https://github.com/Michaelangel007/c2t.git
synced 2024-11-23 01:31:16 +00:00
minor test clean up
This commit is contained in:
parent
a464aa0147
commit
34bf509d62
@ -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`).
|
||||
|
||||
|
6
test.sh
6
test.sh
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user