diff options
Diffstat (limited to 'Library/Formula/z80dasm.rb')
| -rw-r--r-- | Library/Formula/z80dasm.rb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Formula/z80dasm.rb b/Library/Formula/z80dasm.rb index e19d15cb4..a84b993d8 100644 --- a/Library/Formula/z80dasm.rb +++ b/Library/Formula/z80dasm.rb @@ -7,7 +7,10 @@ class Z80dasm < Formula def install system "./configure", "--prefix=#{prefix}" - system "make", "install" end + + test do + system bin/'z80dasm', '-V' + end end |
