sourcefrog / cargo-mutants

:zombie: Inject bugs and see if your tests catch them!
https://mutants.rs/
MIT License
547 stars 27 forks source link

Support `--target-dir` #407

Open pbor opened 3 weeks ago

pbor commented 3 weeks ago

I quickly tried to use it as a drop in replacement for cargo test in our build scripts, but we pass --target-dir to cargo and this does not seem to be supported:

error: unexpected argument '--target-dir' found

  tip: a similar argument exists: '--re'
sourcefrog commented 3 weeks ago

At least as a workaround you should be able to use --cargo-arg --target-dir=D, or -C for short.)