aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/tests
diff options
context:
space:
mode:
authorAdam Vandenberg2010-02-10 22:21:24 -0800
committerAdam Vandenberg2010-04-06 08:27:10 -0700
commitfd453107c6bade4320ca7bafcc7707eef24ce01e (patch)
treef3ca37be4314ec1596547d9980ce78e6508bbbf6 /Library/Homebrew/test/tests
parent298c74d147479186dbe1f99988ccda1de0747753 (diff)
downloadbrew-fd453107c6bade4320ca7bafcc7707eef24ce01e.tar.bz2
Add tests for patching.
Diffstat (limited to 'Library/Homebrew/test/tests')
-rwxr-xr-xLibrary/Homebrew/test/tests6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Homebrew/test/tests b/Library/Homebrew/test/tests
index 5d2f60ae8..a63d5be35 100755
--- a/Library/Homebrew/test/tests
+++ b/Library/Homebrew/test/tests
@@ -8,3 +8,9 @@
# Bulk of the tests
ruby unittest.rb $*
+
+# Patching tests
+ruby test_patching.rb $*
+
+# External dependency tests
+ruby test_external_deps.rb $*