aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/tests
diff options
context:
space:
mode:
authorAdam Vandenberg2010-03-16 22:33:13 -0700
committerAdam Vandenberg2010-04-06 08:27:12 -0700
commit2926d9a8b20932630baffa234c19c73bd537fb4f (patch)
treecab4bb77b899a81930705c2d61b1debb9d2087ad /Library/Homebrew/test/tests
parentc6dc5f866132404c15c86724f7e3ee6a79b38f3f (diff)
downloadhomebrew-2926d9a8b20932630baffa234c19c73bd537fb4f.tar.bz2
Split out some Formula tests.
Diffstat (limited to 'Library/Homebrew/test/tests')
-rwxr-xr-xLibrary/Homebrew/test/tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/tests b/Library/Homebrew/test/tests
index d439f17d1..41e08a6ba 100755
--- a/Library/Homebrew/test/tests
+++ b/Library/Homebrew/test/tests
@@ -12,7 +12,7 @@
# Feel free to split out test_bucket
ruby test_bucket.rb $*
-
+ruby test_formula.rb $*
ruby test_versions.rb $*
ruby test_checksums.rb $*
ruby test_inreplace.rb $*