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