Merge pull request #10322 from ethereum/coreutils

Document coreutils as a testing dependency
This commit is contained in:
chriseth 2020-11-18 01:35:51 +01:00 committed by GitHub
commit e694cc1b1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,6 +94,9 @@ in the current directory, installed on the system level, or the ``deps`` folder
in the project top level. The required file is called ``libevmone.so`` on Linux
systems, ``evmone.dll`` on Windows systems and ``libevmone.dylib`` on macOS.
On macOS some of the testing scripts expect GNU coreutils to be installed.
This can be easiest accomplished using Homebrew: ``brew install coreutils``.
Running the Tests
-----------------