From: Felix Vietmeyer Date: Sat, 16 Mar 2019 12:20:59 +0000 (-0600) Subject: Add note about test requirements in README X-Git-Tag: yosys-0.9~236^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a71c38f163a1972b2da8883b7043b25dd8e2662d;p=yosys.git Add note about test requirements in README --- diff --git a/README.md b/README.md index 9bac468a7..c5cd47707 100644 --- a/README.md +++ b/README.md @@ -105,12 +105,15 @@ Makefile. To build Yosys simply type 'make' in this directory. $ make - $ make test $ sudo make install Note that this also downloads, builds and installs ABC (using yosys-abc as executable name). +Tests are located in the tests subdirectory and can be executed using the test target. Note that you need gawk as well as a recent version of iverilog (i.e. build from git). Then, execute tests via: + + $ make test + Getting Started ===============