CodeIntelligenceTesting / jazzer

Coverage-guided, in-process fuzzing for the JVM
https://code-intelligence.com
Other
1.03k stars 137 forks source link

junit: Add transitive dependency on launcher #654

Closed bertschneider closed 1 year ago

bertschneider commented 1 year ago

The transitive dependency on org.junit.platform:junit-platform-launcher removes the need to specify it manually in every project.

fmeum commented 1 year ago

After this has been merged, should we do a bugfix or just a regular release? I am leaning towards the latter.

bertschneider commented 1 year ago

@fmeum We discussed removing the CLI flag completely, but this would change the current behavior as CLI invocations are always executed in fuzzing mode. AFAIK other tools, like cifuzz, rely on this. In the long run we should do so. WDYT?