EVMC
docs/VM_Tester.md
1 # EVMC VM Tester {#vmtester}
2 
3 The EVMC project contains a EVMC-compatibility testing tool for VM implementations.
4 
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.
7 
8 Usage is simple as
9 
10 ```sh
11 evmc-vmtester [vm]
12 ```
13 
14 where `[vm]` is a path to a shared library with VM implementation.
15 
16 For more information check `evmc-vmtester --help`.