Skip to content

Add Makefile target for fuzz tests #430

Description

@Levi-Ojukwu

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:

  • Add test-fuzz target that runs cargo test -p iln_fuzz
  • Document it in the help target

Relevant Files: Makefile


Metadata

Metadata

Assignees

Labels

GrantFox OSSIssue tracked in GrantFox OSSMaybe RewardedIssue may be eligible for a GrantFox rewardOfficial Campaign | FWC26Campaign: Official Campaign | FWC26

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions