libtasn1: run `make check`

`libtasn1` is used for crypto apps (e.g. `gnutls`), so we should
probably make sure it works properly.
master
Carlo Cabrera 2022-01-07 02:41:38 +08:00 committed by Michka Popoff
parent bf19d2715b
commit 06391df6ff
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ class Libtasn1 < Formula
def install
system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking",
"--disable-silent-rules"
system "make", "check"
system "make", "install"
end