Installation
To install a precompiled package run one of the following commands.
The version number at the end must match the version of Clang/LLVM used.
# macOSbrew install mull-project/mull/mull@19# Debian / Ubuntucurl -1sLf 'https://dl.cloudsmith.io/public/mull-project/mull-stable/setup.deb.sh' | sudo -E bashsudo apt-get install mull-19# RedHatcurl -1sLf 'https://dl.cloudsmith.io/public/mull-project/mull-stable/setup.rpm.sh' | sudo -E bashsudo yum install mull-19Check the installation:
mull-runner-19 --versionThe output should look similar:
mull-runner 0.31.0
Mull: Practical mutation testing and fault injection for C and C++Home: https://github.com/mull-project/mullDocs: https://mull.readthedocs.ioSupport: https://mull.readthedocs.io/en/latest/Support.htmlLLVM: 19.1.7