diff options
| author | Adam Vandenberg | 2010-03-08 22:10:12 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-04-06 08:27:11 -0700 |
| commit | 3473320bc064e61015acfbdee8b6f6c19a5c07d8 (patch) | |
| tree | da14e7db4a027c19a4652a93834dc7eb342932c9 /Library/Homebrew/test/tests | |
| parent | 6bb6c161841a9a54a4219a303d43979884683c75 (diff) | |
| download | homebrew-3473320bc064e61015acfbdee8b6f6c19a5c07d8.tar.bz2 | |
Move utils tests to separate file.
Diffstat (limited to 'Library/Homebrew/test/tests')
| -rwxr-xr-x | Library/Homebrew/test/tests | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/test/tests b/Library/Homebrew/test/tests index a81abd2a4..44fba7a28 100755 --- a/Library/Homebrew/test/tests +++ b/Library/Homebrew/test/tests @@ -32,3 +32,6 @@ ruby test_external_deps.rb $* # Test Pathname.install ruby test_pathname_install.rb $* + +# Test utility functions +ruby test_utils.rb $* |
