gst-plugins-good@0.10: add a test

This commit is contained in:
ilovezfs 2017-03-13 10:11:18 -07:00 committed by Mike McQuaid
parent ce1261d82c
commit 39dc943bae

View file

@ -44,4 +44,10 @@ class GstPluginsGoodAT010 < Formula
system "make"
system "make", "install"
end
test do
gst = Formula["gstreamer@0.10"].opt_bin/"gst-inspect-0.10"
output = shell_output("#{gst} --plugin cairo")
assert_match version.to_s, output
end
end