Skip to content

Commit

Permalink
docs: update readme for contract fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshvarma committed Jun 1, 2023
1 parent 657cccb commit af03b05
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/xcm-simulator/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@ It's possible that in the future we decide to define a different runtime type (p

Running tests is same as with any other unit tests:

`cargo test -p xcm-simulator-tests`
`cargo test -p xcm-simulator-tests`

# ink! Contract fixtures
All the contract used in XCM Scenarios should be placed in [contracts](../contracts/) dir. The [cargo build script](../build.rs) will pick them and build them before executing tests automatically.
Please refer the env variables used in build script to configure the contract building - [`build.rs`](../build.rs).

0 comments on commit af03b05

Please sign in to comment.