gst-ffmpeg@0.10: add a test
This commit is contained in:
parent
181f170cbb
commit
43cb6b4103
1 changed files with 4 additions and 0 deletions
|
@ -20,4 +20,8 @@ class GstFfmpegAT010 < Formula
|
|||
system "./configure", *args
|
||||
system "make", "install"
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{Formula["gstreamer@0.10"].opt_bin}/gst-inspect-0.10", "ffmpeg"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue