Skip to content

Latest commit

 

History

History

README.md

Example files

This directory contains example files for the mutation_test program.

Example configuration 1

This command produces the example outputs.

# Run the tests in directory "example":
# Write output to docs/output
# pruduce all report file formats
./mutation_test example/config.xml -o doc/output -f all

Example configuration 2

This command would performs the mutation tests on itself. Requires about 30min to complete.

# Run the tests in directory "example":
# output defaults to directory ./mutation-test-report
# report format defaults to html
./mutation_test example/config2.xml