diff --git a/justfile b/justfile new file mode 100644 index 0000000..e807e32 --- /dev/null +++ b/justfile @@ -0,0 +1,10 @@ +# Some common commands for working on this stuff + +cover: + cargo llvm-cov --open --doctests + +test: + cargo test --all + +tokei: + tokei --exclude tests/chip8-test-suite