gst-plugins-ugly@0.10: add a test
This commit is contained in:
parent
7c62275081
commit
ad4b14c332
1 changed files with 6 additions and 0 deletions
|
@ -58,4 +58,10 @@ class GstPluginsUglyAT010 < 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 dvdsub")
|
||||
assert_match version.to_s, output
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue