Skip to content

Commit

Permalink
added 'make check' when bottling Normaliz
Browse files Browse the repository at this point in the history
  • Loading branch information
mahrud committed Jun 30, 2024
1 parent bf60073 commit 421f381
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/normaliz.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class Normaliz < Formula

depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "diffutils" => :build
depends_on "libtool" => :build
depends_on "pkg-config" => :build

Expand Down Expand Up @@ -55,6 +56,7 @@ def install
system "autoreconf", "-vif"
system "./configure", *args
system "make", "install"
system "make", "check" if build.bottle?
end

test do
Expand Down

0 comments on commit 421f381

Please sign in to comment.