Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple mutation script

This is a simple python script for performing mutation testing. It can generate mutants for C programs.

Usage

python mutate.py <file-to-mutate.c> [output-mutant-file-name.c]

  • Works better if comments are removed (decomment tool or gcc) and code is indented (indent tool)

About

This is a simple script to perform mutation testing on c/c++ like programs

Topics

Resources

Stars

25 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages