accmut
Mutation tester
A framework for accelerating mutation testing of C programs using LLVM-IR
Accmut is a framework for acclerating mutation testing, which is based on LLVM-IR.
11 stars
3 watching
3 forks
Language: C++
last commit: almost 7 years ago
Linked from 1 awesome list
llvm-irmutation-testing
Related projects:
Repository | Description | Stars |
---|---|---|
thierry-tct/mart | A mutation testing framework that enables the application of mutation testing on languages that can be compiled into LLVM code. | 26 |
nlohmann/mutate_cpp | A mutation testing tool for C++ projects to detect programming errors | 172 |
testingresearchillinois/srciror | A mutation tool for testing source code and intermediate representation (IR) written in C/C++ | 13 |
sugakandrey/scalamu | An engine for testing software mutations in Scala code | 43 |
aliparsai/littledarwin | A tool for testing software's robustness to faults and failures | 18 |
codeintegrity-ai/mutahunter | Automated unit test generation and mutation testing tool using Large Language Models. | 243 |
mbj/mutant | Automated code review tool with mutation testing to simplify and improve code quality | 1,956 |
llogiq/mutagen | A framework for detecting bugs in Rust code by intentionally introducing changes and seeing if tests can catch them | 628 |
stryker-mutator/stryker4s | A mutation testing framework for Scala projects. | 201 |
hcoles/pitest | A mutation testing system for Java that helps identify fragile code | 1,700 |
squareslab/boggart | A tool for testing code changes by introducing random errors and assessing the impact on the code's functionality | 2 |
comparethemarket/fettle | An experimental tool for testing C# code by intentionally changing it to see if tests can detect the changes | 66 |
tylermurry/github-pr-landmine | Tools for adding manual mutation tests to GitHub pull requests | 33 |
testura/testura.mutation | A tool to verify unit test quality by introducing artificial defects into production code and checking if tests detect them. | 105 |
boxed/mutmut | Tool for detecting and applying code mutations to improve testing | 927 |