Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 445 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 445 Bytes

#mutaf

A tool about Mutation Testing in CPP (C preprocessor).
This tools implements some mutation operations from Mutation Operators for Preprocessor-Based Variability (Mustafa Al-Hajjaji et al).


You need Java 7 (or higher), Python 3 and srcml (www.srcml.org)

You can call #mutaf like this:
./mutaf -mutations mutations-names -file path-to-file
e.g:
./mutaf -mutations MCIB AFIC -file /tmp/input.c