libdnet: add test (#25744)

This commit is contained in:
barthel 2018-03-25 18:55:17 +02:00 committed by FX Coudert
parent a73bccb672
commit d2a25e3957

View file

@ -33,4 +33,8 @@ class Libdnet < Formula
"--with-python"
system "make", "install"
end
test do
system "#{bin}/dnet-config", "--version"
end
end