Skip to content

Commit

Permalink
added a doc for simulation testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kingpinXD committed Oct 3, 2024
1 parent 56b4698 commit c1db4cf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/development/SIMULATION_TESTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Zetachain simulation testing


## Running the simulation tests

The simulation tests can be run with the following command:
```bash

make -f sims.mk test-sim-nondeterminism
make -f sims.mk test-sim-fullappsimulation
make -f sims.mk test-sim-multi-seed-long
make -f sims.mk test-sim-multi-seed-short
```
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ Find below further documentation for development and running your own ZetaChain
- [Run the E2E tests and interact with the localnet](docs/development/LOCAL_TESTING.md)
- [Make a new ZetaChain release](docs/development/RELEASES.md)
- [Deploy your own ZetaChain or Bitcoin node](docs/development/DEPLOY_NODES.md)
- [Run the simulation tests](docs/development/SIMULATION_TESTING.md)

## Community

Expand Down

0 comments on commit c1db4cf

Please sign in to comment.