mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-15 23:18:48 +00:00
Update readme
This commit is contained in:
@@ -63,10 +63,6 @@ generate test input, and if it fails, then reduce it as much as possible and man
|
|||||||
reduced test input. For example:
|
reduced test input. For example:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Randomly generates simple test inputs and tests them.
|
|
||||||
# If this goes infinitely, then try without `--easy` option. It will generate more complicated code.
|
|
||||||
python3 tests/fuzz.py <fuzz-option> --easy
|
|
||||||
|
|
||||||
# Randomly generates test inputs and tests them
|
# Randomly generates test inputs and tests them
|
||||||
python3 tests/fuzz.py <fuzz-option>
|
python3 tests/fuzz.py <fuzz-option>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user