gstreamer@0.10: add test

This commit is contained in:
ilovezfs 2017-03-11 00:49:55 -08:00 committed by Mike McQuaid
parent e27641eac6
commit 281b5ffaa6

View file

@ -32,6 +32,10 @@ class GstreamerAT010 < Formula
system "make"
system "make", "install"
end
test do
system bin/"gst-inspect-0.10"
end
end
__END__