diff options
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 $* |
