From e3ba6c93952a5de14caa0f3fc36cd7860096be41 Mon Sep 17 00:00:00 2001 From: redcode Date: Sun, 22 May 2022 07:48:30 +0200 Subject: [PATCH] README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63ec50e..9649258 100644 --- a/README.md +++ b/README.md @@ -348,7 +348,7 @@ Once you have built the package, type the following to run all tests: ./test-Z80 -p downloads/firmware -p downloads/software/POSIX -p "downloads/software/ZX Spectrum" -a ``` -The test tool admits several options and can run tests individually. Type `./test-Z80 -h` for help. If you prefer to run all tests through Make, just type `make tests`. For [CTest](https://cmake.org/cmake/help/latest/manual/ctest.1.html), use `ctest` or `ctest -V` instead. +The test tool supports options and can run the tests individually. Type `./test-Z80 -h` for help. If you prefer to run all tests through Make, just type `make tests`. For [CTest](https://cmake.org/cmake/help/latest/manual/ctest.1.html), use `ctest` or `ctest -V` instead. Click on these links to see the complete logs generated by the `test-Z80` emulating the [Zilog NMOS/CMOS](https://zxe.io/software/Z80/Z80%20v0.2%20Test%20Results%20%28Zilog%29.txt), [NEC NMOS](https://zxe.io/software/Z80/Z80%20v0.2%20Test%20Results%20%28NEC%20NMOS%29.txt), and [ST CMOS](https://zxe.io/software/Z80/Z80%20v0.2%20Test%20Results%20%28ST%20CMOS%29.txt) CPU variants. The CRC errors in the latter two are normal and match the values obtained on real hardware.