gst-plugins-base@0.10: add a test
This commit is contained in:
parent
46881b1782
commit
f2ff7bae2d
1 changed files with 6 additions and 0 deletions
|
@ -40,4 +40,10 @@ class GstPluginsBaseAT010 < 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 volume")
|
||||||
|
assert_match version.to_s, output
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue