mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +00:00
* Move tests -> testing * Directory restructure * Update Cargo.toml during restructure * Update Makefile during restructure * Fix arbitrary path
9 lines
91 B
Makefile
9 lines
91 B
Makefile
produce-vectors:
|
|
cargo run --release
|
|
|
|
test:
|
|
cargo test --release
|
|
|
|
clean:
|
|
rm -r vectors/
|