From da8eb98cecae9aed6d8d7dfd1044dd72f068ca39 Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 19 Aug 2020 11:07:14 +0200 Subject: [PATCH] Fix typo. --- docs/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index ab5163e11..5d7dc9591 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -102,7 +102,7 @@ The ``./scripts/tests.sh`` script executes most Solidity tests automatically, including those bundled into the `Boost C++ Test Framework `_ application ``soltest`` (or its wrapper ``scripts/soltest.sh``), as well as command line tests and compilation tests. -The test system automatically tries try to discover the location of the ``evmone`` library +The test system automatically tries to discover the location of the ``evmone`` library starting from the current directory. The required file is called ``libevmone.so`` on Linux systems, ``evmone.dll`` on Windows systems and ``libevmone.dylib`` on macOS. If it is not found, tests that use it are skipped. These tests are ``libsolididty/semanticTests``, ``libsolidity/GasCosts``,