Skip to content

Update README.md for EVMONE_EVM_TEST_TOOL #1194

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ However, there are options to enable limited precompiles support for testing.
The **evm-test** executes a collection of unit tests on
any EVMC-compatible Ethereum Virtual Machine implementation.
The collection of tests comes from the evmone project.
The CMake option `EVMONE_EVM_TEST_TOOL=ON` (the [EVMONE_EVM_TEST_TOOL] option is OFF by default) enables building of evm-test in the `evmone/test/unittests/` directory.

```bash
evm-test ./evmone.so
Expand Down Expand Up @@ -164,7 +165,7 @@ Licensed under the [Apache License, Version 2.0].
[Releases]: https://github.com/ethereum/evmone/releases
[standard readme]: https://github.com/RichardLitt/standard-readme
[silkpre]: https://github.com/torquem-ch/silkpre

[EVMONE_EVM_TEST_TOOL]: https://github.com/ethereum/evmone/blob/66dcad5af58e6b96e49aa14475142a83b3c99e3b/test/unittests/CMakeLists.txt#L108
[appveyor badge]: https://img.shields.io/appveyor/ci/chfast/evmone/master.svg?logo=appveyor
[circleci badge]: https://img.shields.io/circleci/project/github/ethereum/evmone/master.svg?logo=circleci
[codecov badge]: https://img.shields.io/codecov/c/github/ethereum/evmone.svg?logo=codecov
Expand Down