From c1db4cf4cedc9086d3e3c67a820aea587149f513 Mon Sep 17 00:00:00 2001 From: Tanmay Date: Thu, 3 Oct 2024 20:46:25 +0530 Subject: [PATCH] added a doc for simulation testing --- docs/development/SIMULATION_TESTING.md | 13 +++++++++++++ readme.md | 1 + 2 files changed, 14 insertions(+) create mode 100644 docs/development/SIMULATION_TESTING.md diff --git a/docs/development/SIMULATION_TESTING.md b/docs/development/SIMULATION_TESTING.md new file mode 100644 index 0000000000..332f6710a3 --- /dev/null +++ b/docs/development/SIMULATION_TESTING.md @@ -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 +``` \ No newline at end of file diff --git a/readme.md b/readme.md index 61f04f632f..89a5befb3a 100644 --- a/readme.md +++ b/readme.md @@ -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