mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-16 07:28:52 +00:00
Add hw2 grader
This commit is contained in:
@@ -8,5 +8,5 @@ cargo fmt --all -- --check # run `cargo fmt` to auto-correct format.
|
||||
cargo clippy
|
||||
|
||||
# Run tests.
|
||||
RUST_MIN_STACK=33554432 cargo test test_examples_write_c --release
|
||||
python3 tests/fuzz.py --print -n30
|
||||
RUST_MIN_STACK=33554432 cargo test --release test_examples_write_c
|
||||
RUST_MIN_STACK=33554432 python3 tests/fuzz.py --print -n30
|
||||
|
||||
Reference in New Issue
Block a user