From a7357718e97ba770bdcf7678ed346a00b0d3bed5 Mon Sep 17 00:00:00 2001 From: "Felix C. Morency" <1102868+fmorency@users.noreply.github.com> Date: Fri, 19 Jul 2024 14:11:57 -0400 Subject: [PATCH] docs(simulator): make commands [skip_ci] --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index c40f2a0..bfcf8e7 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,28 @@ make ictest-ibc make ictest-group-poa ``` +## Simulation + +**To execute the full application simulation run:** + +```bash +make sim-full-app +```` + +**To execute the application simulation after state import run:** + +```bash +make sim-after-import +``` + +**To test the application determinism run:** + +```bash +make sim-app-determinism +``` + +Append `-random` to the end of the commands above to run the simulation with a random seed, e.g., `make sim-full-app-random`. + ## Coverage To generate a coverage report for the modules run: