gst-plugins-base@0.10: add a test

This commit is contained in:
ilovezfs 2017-03-11 08:48:04 -08:00 committed by Mike McQuaid
parent 46881b1782
commit f2ff7bae2d

View file

@ -40,4 +40,10 @@ class GstPluginsBaseAT010 < 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 volume")
assert_match version.to_s, output
end
end