From 0de068d212d1059590173d0d538c2116a6c8d978 Mon Sep 17 00:00:00 2001 From: Jason Coombs Date: Fri, 11 Apr 2025 19:53:34 -0600 Subject: [PATCH] Update README.md for EVMONE_EVM_TEST_TOOL CMake option to enable building evm-test command --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1180195a14..45fecd5ad1 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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