From 43969b93298752ce254cb78d7c7e2e97e63159a9 Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Mon, 23 Feb 2015 09:38:33 +0100 Subject: acpica: test added Closes #37095. Signed-off-by: Mike McQuaid --- Library/Formula/acpica.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Formula/acpica.rb b/Library/Formula/acpica.rb index f950f7519..e60cfea78 100644 --- a/Library/Formula/acpica.rb +++ b/Library/Formula/acpica.rb @@ -1,5 +1,3 @@ -require "formula" - class Acpica < Formula homepage "https://www.acpica.org/" head "https://github.com/acpica/acpica.git" @@ -18,4 +16,8 @@ class Acpica < Formula system "make", "HOST=_APPLE", "PREFIX=#{prefix}" system "make", "install", "HOST=_APPLE", "PREFIX=#{prefix}" end + + test do + system "#{bin}/acpihelp", "-u" + end end -- cgit v1.2.3