diff options
| author | Adam Vandenberg | 2010-02-18 11:40:59 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-04-06 08:27:10 -0700 |
| commit | 3123720608078375a1e141d1db1f32f42a48026f (patch) | |
| tree | 6a3a9f11de2769fde0ff66aa5be705b0c4153e18 /Library/Homebrew/test/tests | |
| parent | 9d127ac3d58f99a744fe017f89ca64dcaeeed778 (diff) | |
| download | brew-3123720608078375a1e141d1db1f32f42a48026f.tar.bz2 | |
Move install 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 64aaf3109..ea5cf6cea 100755 --- a/Library/Homebrew/test/tests +++ b/Library/Homebrew/test/tests @@ -9,6 +9,9 @@ # Bulk of the tests ruby unittest.rb $* +# Test formula installs +ruby test_formula_install.rb $* + # Update tests (only seem to work for mxcl) ruby test_updater.rb $* |
