File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,17 +57,17 @@ the available options, use:
5757```
5858
5959For example, to apply mCoq to [ StructTact] [ structtact-repo ]
60- revision [ ` 82a85b7 ` ] [ structtact-revision ] , use :
60+ revision [ ` 82a85b7 ` ] [ structtact-revision ] , run :
6161```
6262./mcoq.py --project StructTact --threads 2 --sha 82a85b7 \
6363 --url https://github.com/uwplse/StructTact.git \
64- --buildcmd "./configure && make -j4 " --qdir ".,StructTact"
64+ --buildcmd "./configure && make -j2 " --qdir ".,StructTact"
6565```
6666After running this command, look for a HTML report in the ` reports ` directory.
6767
6868For large Coq projects, it is recommended to set the ` --threads ` option
6969to at least the number of CPU cores in the machine, since mutation analysis
70- may otherwise take a long time to complete.
70+ may otherwise take a very long time to complete.
7171
7272[ ase-paper ] : https://users.ece.utexas.edu/~gligoric/papers/CelikETAL19mCoq.pdf
7373[ structtact-repo ] : https://github.com/uwplse/StructTact
You can’t perform that action at this time.
0 commit comments