What mutation-testing frameworks exist for C/C++?

后端 未结 6 1633
长情又很酷
长情又很酷 2021-02-01 13:03

Mutation testing has been out there for a while now, and it seems there are at least one or two commercial mutation testing frameworks for C/C++. Have you used them? What are yo

6条回答
  •  被撕碎了的回忆
    2021-02-01 13:44

    • Mull is LLVM-based and seems to be actively developed and easy to use.
    • dextool mutate also LLVM-based and actively developed, more complicated to use but has more features like re-running alive mutants and only mutate introduced changes based on a git diff

提交回复
热议问题