mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 10:11:44 +00:00
Directory Restructure (#1163)
* Move tests -> testing * Directory restructure * Update Cargo.toml during restructure * Update Makefile during restructure * Fix arbitrary path
This commit is contained in:
8
testing/state_transition_vectors/Makefile
Normal file
8
testing/state_transition_vectors/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
produce-vectors:
|
||||
cargo run --release
|
||||
|
||||
test:
|
||||
cargo test --release
|
||||
|
||||
clean:
|
||||
rm -r vectors/
|
||||
Reference in New Issue
Block a user