aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/tests
diff options
context:
space:
mode:
authorAdam Vandenberg2010-02-18 11:40:59 -0800
committerAdam Vandenberg2010-04-06 08:27:10 -0700
commit3123720608078375a1e141d1db1f32f42a48026f (patch)
tree6a3a9f11de2769fde0ff66aa5be705b0c4153e18 /Library/Homebrew/test/tests
parent9d127ac3d58f99a744fe017f89ca64dcaeeed778 (diff)
downloadbrew-3123720608078375a1e141d1db1f32f42a48026f.tar.bz2
Move install tests to separate file.
Diffstat (limited to 'Library/Homebrew/test/tests')
-rwxr-xr-xLibrary/Homebrew/test/tests3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/test/tests b/Library/Homebrew/test/tests
index 64aaf3109..ea5cf6cea 100755
--- a/Library/Homebrew/test/tests
+++ b/Library/Homebrew/test/tests
@@ -9,6 +9,9 @@
# Bulk of the tests
ruby unittest.rb $*
+# Test formula installs
+ruby test_formula_install.rb $*
+
# Update tests (only seem to work for mxcl)
ruby test_updater.rb $*