- Symlink or copy compiled
zebrad,zcashdandzcash-clibinaries tozaino/test_binaries/bins/* - Add
zaino/test_binaries/binsto$PATHor to$TEST_BINARIES_DIR - Run
cargo nextest run
The expected versions of these binaries is detailed in the file ``.env.testing-artifacts`.
Another method to work with tests is using cargo make, a Rust task runner and build tool.
This can be installed by running cargo install --force cargo-make which will install cargo-make in your ~/.cargo/bin.
From that point you will have two executables available: cargo-make (invoked with cargo make) and makers which is invoked directly and not as a cargo plugin.
cargo make help
will print a help output.
Makefile.toml holds a configuration file.