tree: a test
Closes Homebrew/homebrew#25936. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
5b62173dad
commit
6dea12900b
1 changed files with 4 additions and 0 deletions
|
@ -17,4 +17,8 @@ class Tree < Formula
|
|||
"OBJS=#{objs}",
|
||||
"install"
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/tree", prefix
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue