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.

GitHub

11 stars
3 watching
3 forks
Language: C++
last commit: over 8 years ago
Linked from 1 awesome list

llvm-irmutation-testing

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
thierry-tct/martA mutation testing framework that enables the application of mutation testing on languages that can be compiled into LLVM code.26
nlohmann/mutate_cppA mutation testing tool for C++ projects to detect programming errors173
testingresearchillinois/srcirorA mutation tool for testing source code and intermediate representation (IR) written in C/C++13
sugakandrey/scalamuAn engine for testing software mutations in Scala code43
aliparsai/littledarwinA tool for testing software's robustness to faults and failures18
codeintegrity-ai/mutahunterAutomated unit test generation and mutation testing tool using Large Language Models.252
mbj/mutantAutomated code review tool with mutation testing to simplify and improve code quality1,956
llogiq/mutagenA framework for detecting bugs in Rust code by intentionally introducing changes and seeing if tests can catch them629
stryker-mutator/stryker4sA mutation testing framework for Scala projects.201
hcoles/pitestAn automated testing tool designed to detect faults in software code by introducing random errors and observing the impact on test results1,707
squareslab/boggartA tool for testing code changes by introducing random errors and assessing the impact on the code's functionality2
comparethemarket/fettleAn experimental tool for testing C# code by intentionally changing it to see if tests can detect the changes66
tylermurry/github-pr-landmineTools for adding manual mutation tests to GitHub pull requests33
testura/testura.mutationA tool to verify unit test quality by introducing artificial defects into production code and checking if tests detect them.105
boxed/mutmutA mutation testing system for Python that helps identify weaknesses in software code by introducing small changes and running tests to see which ones fail.937