1 # EVMC VM Tester {#vmtester}
3 The EVMC project contains a EVMC-compatibility testing tool for VM implementations.
5 The tool is called `evmc-vmtester` and to include it in the EVMC build
6 add `-DEVMC_TESTING=ON` CMake option to the project configuration step.
14 where `[vm]` is a path to a shared library with VM implementation.
16 For more information check `evmc-vmtester --help`.