This document said "We will use the same seed inputs in the repository for evaluation.".
Doesn't it mean test/string_seed/input.txt would be used for evaluation?
It seems run_fuzzer.py uses test/test_seed/seed.txt and test/test_seed/seed2.txt (which are newly pushed) for evaluation.
Please let me know if there is anything I misunderstood.
Hello! 😁
I have a question about small test cases in HW4.
This document said "We will use the same seed inputs in the repository for evaluation.". Doesn't it mean
test/string_seed/input.txt
would be used for evaluation? It seemsrun_fuzzer.py
usestest/test_seed/seed.txt
andtest/test_seed/seed2.txt
(which are newly pushed) for evaluation. Please let me know if there is anything I misunderstood.Thank you!