This directory contains example files for the mutation_test program.
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 allThis 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