From b1629ebf8131d3a4536a0f1da36cc3fe8a91ecb6 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Tue, 25 Oct 2022 14:12:50 -0600 Subject: [PATCH] Add "universal mutator" --- 02-Use_the_Tools_Available.md | 1 + 1 file changed, 1 insertion(+) diff --git a/02-Use_the_Tools_Available.md b/02-Use_the_Tools_Available.md index e578cf8..a785ecc 100644 --- a/02-Use_the_Tools_Available.md +++ b/02-Use_the_Tools_Available.md @@ -339,6 +339,7 @@ These tools take code executed during unit test runs and mutate the executed cod * [MuCPP](https://neptuno.uca.es/redmine/projects/mucpp-mutation-tool/wiki) * [mull](https://github.com/mull-project/mull) * [CCMutator](https://github.com/markus-kusano/CCMutator) + * [Universal Mutator](https://github.com/agroce/universalmutator) ### Control Flow Guard