Add LLVM test.

This commit is contained in:
Mike McQuaid 2012-03-23 06:19:39 +13:00
parent a709fdc76b
commit 7e45f2d4a1

View file

@ -101,6 +101,10 @@ class Llvm < Formula
end if build_analyzer?
end
def test
system "#{bin}/llvm-config --version"
end
def caveats; <<-EOS.undent
If you already have LLVM installed, then "brew upgrade llvm" might not work.
Instead, try: