From 95bde7d24cec06008cdb1b718cdee1194271f9cb Mon Sep 17 00:00:00 2001 From: Egan Ford Date: Fri, 8 Jan 2016 22:14:17 -0700 Subject: [PATCH] added more tests, minor updates, cleanup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa9ba14..60409dc 100644 --- a/README.md +++ b/README.md @@ -77,9 +77,9 @@ Automated testing is only supported on OS/X and requires the following: * Virtual ][ () * Windows cross-compiling tools -* Wine () 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 () 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: ```