From 931fa469a87119505ce1f5c76cd4e84e148c55d9 Mon Sep 17 00:00:00 2001 From: Stephen Date: Thu, 19 Jan 2017 17:04:22 -0800 Subject: [PATCH] run tests during make Closes #9083. Signed-off-by: Tomasz Pajor --- Formula/unbound.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/unbound.rb b/Formula/unbound.rb index baf8bce4b4a..958ead3ab2b 100644 --- a/Formula/unbound.rb +++ b/Formula/unbound.rb @@ -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