aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/freetds.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/freetds.rb b/Library/Formula/freetds.rb
index 362b41111..c2b9d4d1d 100644
--- a/Library/Formula/freetds.rb
+++ b/Library/Formula/freetds.rb
@@ -33,4 +33,8 @@ class Freetds < Formula
ENV.j1 # Or fails to install on multi-core machines
system 'make install'
end
+
+ def test
+ system "#{bin}/tsql", "-C"
+ end
end