gst-ffmpeg@0.10: add a test

This commit is contained in:
ilovezfs 2017-03-11 09:12:13 -08:00 committed by Mike McQuaid
parent 181f170cbb
commit 43cb6b4103

View file

@ -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