From 2a7cf1bc8a2e08c450b2522e83aedadb8ae7b962 Mon Sep 17 00:00:00 2001 From: redcode Date: Sun, 22 May 2022 06:06:55 +0200 Subject: [PATCH] README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9de6c0a..1443b26 100644 --- a/README.md +++ b/README.md @@ -339,7 +339,7 @@ make make install/strip ``` -# Testing +# Running the tests The package includes a tool called `test-Z80` capable of running all [CP/M](https://en.wikipedia.org/wiki/CP/M) and [ZX Spectrum](https://en.wikipedia.org/wiki/ZX_Spectrum) versions of [the major test suites](#major_test_suites). Configure the build system with [`-DZ80_DOWNLOAD_TEST_FILES=YES`](#z80_download_test_files) to download the firmware and software required and [`-DZ80_WITH_TESTS=YES`](#z80_with_tests) to enable the compililation of the test tool. Also note that the library must be built with [`-DZ80_WITH_Q=YES`](#z80_with_q) to be able to pass Patrik Rak's _"Zilog Z80 CPU Test Suite"_.