Skip to content

arun-babu/mutate.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 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)