quazip: move qztest to bin
Closes Homebrew/homebrew#30940. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
8a1640310c
commit
f29c9527a1
1 changed files with 2 additions and 3 deletions
|
@ -29,12 +29,11 @@ class Quazip < Formula
|
|||
args = %W[-config release -spec #{spec}]
|
||||
system "qmake", *args
|
||||
system "make"
|
||||
libexec.install "qztest"
|
||||
bin.install "qztest"
|
||||
end
|
||||
end
|
||||
|
||||
test do
|
||||
ENV["DYLD_LIBRARY_PATH"] = "#{lib}"
|
||||
system "#{libexec}/qztest"
|
||||
system "#{bin}/qztest"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue