From 046b147a97e88cbb39998f8531fa29c82d0e192c Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Mon, 14 Oct 2013 14:55:54 -0700 Subject: z80dasm: add test --- Library/Formula/z80dasm.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3