run tests during make

Closes #9083.

Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
master
Stephen 2017-01-19 17:04:22 -08:00 committed by Tomasz Pajor
parent feb75dce33
commit 931fa469a8
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class Unbound < Formula
system "./configure", *args
inreplace "doc/example.conf", 'username: "unbound"', 'username: "@@HOMEBREW-UNBOUND-USER@@"'
system "make"
system "make", "test"
system "make", "install"
end