←back to thread

105 points todsacerdoti | 3 comments | | HN request time: 0.62s | source
1. matthewfcarlson ◴[] No.43673698[source]
I wonder if there’s something similar to run on a c codebase.
replies(2): >>43673985 #>>43673997 #
2. zhaoweny ◴[] No.43673985[source]
There's mull[1], which is based on LLVM toolchain and can accept any language that transforms into LLVM bytecode. SQLite[2] also does mutation testing, by compile and mutate generated assembly code.

[1]: https://mull.readthedocs.io/en/0.26.0/ [2]: https://sqlite.org/testing.html#mutation_testing

3. BadBadJellyBean ◴[] No.43673997[source]
There are a few. See: https://github.com/theofidry/awesome-mutation-testing