Add a heap visualization tool.

This commit is contained in:
Guillaume Endignoux
2020-06-25 15:46:08 +02:00
parent 33b2c76f4b
commit e457efc4d6
3 changed files with 104 additions and 0 deletions

View File

@@ -26,6 +26,8 @@ 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 "Checking that CTAP2 builds properly..."
cargo check --release --target=thumbv7em-none-eabi