From af03b053d73a12ef0d104f635729325406f0ca25 Mon Sep 17 00:00:00 2001 From: Ashutosh Varma Date: Thu, 1 Jun 2023 10:24:04 +0530 Subject: [PATCH] docs: update readme for contract fixtures --- tests/xcm-simulator/src/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/xcm-simulator/src/README.md b/tests/xcm-simulator/src/README.md index 1e9fdc18ce..8de94b3f48 100644 --- a/tests/xcm-simulator/src/README.md +++ b/tests/xcm-simulator/src/README.md @@ -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` \ No newline at end of file +`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).