Chirp/justfile
John Breaux f2f47e13d4 bus: Change named ranges from hashmap to array
Improves performance by 0.4 seconds in unit tests
2023-03-28 07:35:18 -05:00

11 lines
194 B
Makefile

# Some common commands for working on this stuff
cover:
cargo llvm-cov --open --doctests
test:
cargo test --doc && cargo nextest run
tokei:
tokei --exclude tests/chip8-test-suite