From f7fd8ff4581235d9b1451ec9058915e42205230b Mon Sep 17 00:00:00 2001 From: mikit Date: Mon, 19 Mar 2018 06:23:36 +0900 Subject: [PATCH] movgrab: add test --- Formula/movgrab.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Formula/movgrab.rb b/Formula/movgrab.rb index 5368d488ce..26226e447d 100644 --- a/Formula/movgrab.rb +++ b/Formula/movgrab.rb @@ -24,4 +24,8 @@ class Movgrab < Formula rm "INSTALL" system "make", "install" end + + test do + system "#{bin}/movgrab", "--version" + end end