gst-plugins-bad@0.10: add test
This commit is contained in:
parent
55d680b5d0
commit
220aa89076
1 changed files with 6 additions and 0 deletions
|
@ -34,4 +34,10 @@ class GstPluginsBadAT010 < Formula
|
||||||
system "make"
|
system "make"
|
||||||
system "make", "install"
|
system "make", "install"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
test do
|
||||||
|
gst = Formula["gstreamer@0.10"].opt_bin/"gst-inspect-0.10"
|
||||||
|
output = shell_output("#{gst} --plugin dvbsuboverlay")
|
||||||
|
assert_match version.to_s, output
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue