Description:
The Makefile has no target to run the fuzz test suite (iln_fuzz crate). Fuzz tests are important for finding edge cases and should be easily runnable.
Why it matters: Fuzz tests are expensive to run and easy to forget. A Makefile target ensures they're included in CI.
Acceptance Criteria:
Relevant Files: Makefile
Description:
The Makefile has no target to run the fuzz test suite (
iln_fuzzcrate). Fuzz tests are important for finding edge cases and should be easily runnable.Why it matters: Fuzz tests are expensive to run and easy to forget. A Makefile target ensures they're included in CI.
Acceptance Criteria:
test-fuzztarget that runscargo test -p iln_fuzzhelptargetRelevant Files:
Makefile