Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The first version of the tool is contained here. The code structure is based upon move-spec-test tool. Some notes: - For unittest build, compilation must succeed, so `--verify-mutants` option for the mutator is always enabled here - The tool isn't that slow, but that shuold be improved with some concurrency feature in the future - For quick testing, we need to be able to generate mutants for specific functions. That would improve overall testing speed. - Readme and docs will be addede separately.
- Loading branch information