aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/doxygen.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/doxygen.rb b/Library/Formula/doxygen.rb
index cdac30e3d..b14038127 100644
--- a/Library/Formula/doxygen.rb
+++ b/Library/Formula/doxygen.rb
@@ -67,6 +67,11 @@ class Doxygen < Formula
# MAN1DIR, relative to the given prefix
system "make", "MAN1DIR=share/man/man1", "install"
end
+
+ test do
+ system "#{bin}/doxygen", "-g"
+ system "#{bin}/doxygen", "Doxyfile"
+ end
end
__END__