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

后端 未结 6 1644
长情又很酷
长情又很酷 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:51

    The existing frameworks where way too time-consuming to set up and use so I did my own implementation, a quick and easy solution that should work on any machine. There is binaries available for MacOSX, Windows and RaspberryPi (Linux):

    https://github.com/RagnarDa/dumbmutate

    Hope it helps anyone!

提交回复
热议问题