diff --git a/Formula/gst-ffmpeg@0.10.rb b/Formula/gst-ffmpeg@0.10.rb index b98c7ac05d..61cc0c78c0 100644 --- a/Formula/gst-ffmpeg@0.10.rb +++ b/Formula/gst-ffmpeg@0.10.rb @@ -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