added more tests, minor updates, cleanup

This commit is contained in:
Egan Ford 2016-01-08 22:14:17 -07:00
parent 8609827333
commit 95bde7d24c
1 changed files with 2 additions and 2 deletions

View File

@ -77,9 +77,9 @@ Automated testing is only supported on OS/X and requires the following:
* Virtual ][ (<http://http://www.virtualii.com/>)
* 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`).
* 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 `tests/test.sh`).
> You can edit `test.md` if you do not want to test Windows binaries or want to use different disk images for test.
> You can edit `tests/test.md` if you do not want to test Windows binaries or want to use different disk images for test.
To test, type:
```