Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Tools

This directory contains several tools primarily used for testing, including benchmarking and EVM spec tests. Currently, it includes the following tools:

Currently, these tools are standalone and not included in the main Rust workspace. This means you need to navigate to the corresponding directory and use the cargo command to compile and run them.

In addition, we provide a helper script dev-support/cargo_all.sh to streamline development. This script enables executing cargo commands across the entire workspace, including all subdirectories under tools.

# Example: To run cargo check across the entire workspace, including all tools, use the following command:
./dev-support/cargo_all.sh check