文件最后提交记录最后更新时间
2 个月前
1 个月前
26 天前
4 个月前
2 个月前
2 个月前
3 年前
README

Building & running the sway-lib-std tests

Building test projects

Compile all the Sway programs in the workspace as follows:

# from project root
cargo run --bin=forc build --path test/src/sdk-harness

This will build all contracts and scripts under the sway/test/src/sdk-harness directory. After a successful build of all the projects:

cargo test

For more on the usage of Forc for testing, see: https://fuellabs.github.io/sway/master/book/forc/commands/forc_test.html