README.md

This commit is contained in:
redcode
2022-05-22 06:16:26 +02:00
parent 2a7cf1bc8a
commit fe0b24f3f9

View File

@@ -350,7 +350,7 @@ Once you have built the package, type the following to run all tests:
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.
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%20Rresults%20%28Zilog%29.txt), [NEC NMOS](https://zxe.io/software/Z80/Z80%20v0.2%20Test%20Rresults%20%28NEC%20NMOS%29.txt), and [ST CMOS](https://zxe.io/software/Z80/Z80%20v0.2%20Test%20Rresults%20%28ST%20CMOS%29.txt) CPU variants. The CRC errors in the latter two are normal and match the values obtained on the real hardware.
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 the real hardware.
# Integration