There was an error while loading. Please reload this page.
1 parent 60db620 commit 927f440Copy full SHA for 927f440
.github/workflows/main.yml
Formula/mull-stable.rb
@@ -1,15 +1,16 @@
1
class MullStable < Formula
2
- desc ""
3
- homepage ""
+ version "0.7.0"
+ desc "LLVM-based mutation testing for C and C++"
4
+ homepage "https://github.com/mull-project/mull"
5
url "https://dl.bintray.com/mull-project/macos/pool/main/m/Mull-0.7.0-LLVM-9.0-macOS-10.15.3.zip"
6
sha256 "ead397a4c57f60337a2cf02394b65e500a60691892ecadd2ae36cba8317b10c6"
7
8
def install
- %[ pwd ]
9
+ bin.install "bin/mull-cxx"
10
end
11
12
test do
- system "false"
13
+ system bin/"mull-cxx", "--version"
14
15
16
0 commit comments