Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 339 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 339 Bytes

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)