gst-plugins-good@0.10: add a test
This commit is contained in:
parent
ce1261d82c
commit
39dc943bae
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue