arun-babu / mutate.py

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:ISC License


Languages

Language:Python 94.8%Language:Shell 3.2%Language:C 1.9%