Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 397 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 397 Bytes

== Forked from https://github.com/arun-babu/mutate.py ==

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)