Commit Diff


commit - 6d750e96514a31a1a8b23577f8685dccae7fb494
commit + a70df63cf0c6125c1d798dc55e8baa43d41dbf1f
blob - /dev/null
blob + 0618dfc09348a6f89f948a439f5967a2b016f645 (mode 644)
--- /dev/null
+++ tests/mutation/README.md
@@ -0,0 +1,8 @@
+
+The idea is simple - apply mutation testing to OpenBSD source code.
+
+There are some tools which can mutate LLVM IR code:
+
+* ccmutator https://github.com/markus-kusano/CCMutator/blob/master/README.md
+* llvm-mutate https://eschulte.github.io/llvm-mutate/
+* accmut https://github.com/wangbo15/accmut