Add tests for heapviz tool.

This commit is contained in:
Guillaume Endignoux
2020-06-26 11:05:45 +02:00
parent 85f759f912
commit 31a8996ea5
5 changed files with 111 additions and 16 deletions

View File

@@ -23,11 +23,16 @@ cd ../..
cd libraries/crypto
cargo fmt --all -- --check
cd ../..
cd tools/heapviz
cargo fmt --all -- --check
cd ../..
echo "Building sha256sum tool..."
cargo build --manifest-path third_party/tock/tools/sha256sum/Cargo.toml
echo "Checking that heapviz tool builds properly..."
cargo build --manifest-path tools/heapviz/Cargo.toml
echo "Testing heapviz tool..."
cargo test --manifest-path tools/heapviz/Cargo.toml
echo "Checking that CTAP2 builds properly..."
cargo check --release --target=thumbv7em-none-eabi