diff options
| author | Adam Vandenberg | 2010-02-10 22:21:24 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-04-06 08:27:10 -0700 |
| commit | fd453107c6bade4320ca7bafcc7707eef24ce01e (patch) | |
| tree | f3ca37be4314ec1596547d9980ce78e6508bbbf6 /Library/Homebrew/test/tests | |
| parent | 298c74d147479186dbe1f99988ccda1de0747753 (diff) | |
| download | brew-fd453107c6bade4320ca7bafcc7707eef24ce01e.tar.bz2 | |
Add tests for patching.
Diffstat (limited to 'Library/Homebrew/test/tests')
| -rwxr-xr-x | Library/Homebrew/test/tests | 6 |
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 $* |
