diff options
| author | Adam Vandenberg | 2010-03-16 22:13:18 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-04-06 08:27:12 -0700 |
| commit | 5cbab370e485689762230bf2a05d8c6d881175cf (patch) | |
| tree | b2a44ccb16c62cc37aa084c3244e07e0adec59dd /Library/Homebrew/test/tests | |
| parent | e4766639dc00f3844e4ab18fbd36d90633549dcf (diff) | |
| download | brew-5cbab370e485689762230bf2a05d8c6d881175cf.tar.bz2 | |
Switch test_bucket over to use testing_env.
Diffstat (limited to 'Library/Homebrew/test/tests')
| -rwxr-xr-x | Library/Homebrew/test/tests | 30 |
1 files changed, 9 insertions, 21 deletions
diff --git a/Library/Homebrew/test/tests b/Library/Homebrew/test/tests index 10cedae1e..d439f17d1 100755 --- a/Library/Homebrew/test/tests +++ b/Library/Homebrew/test/tests @@ -5,36 +5,24 @@ # Note: "formula_test" is omitted; these aren't unit tests but sanity checks # on the real formulae. # +# Run as: +# ./tests -- --skip-update +# to omit the update tests which only seem to work for mxcl +# -# Bulk of the tests -ruby unittest.rb $* +# Feel free to split out test_bucket +ruby test_bucket.rb $* ruby test_versions.rb $* - ruby test_checksums.rb $* - ruby test_inreplace.rb $* - -# Test hardware sniffers ruby test_hardware.rb $* - -# Test formula installs ruby test_formula_install.rb $* - -# Update tests (only seem to work for mxcl) -ruby test_updater.rb $* - -# Patching tests ruby test_patching.rb $* - -# External dependency tests ruby test_external_deps.rb $* - -# Test Pathname.install ruby test_pathname_install.rb $* - -# Test utility functions ruby test_utils.rb $* - -# Test ARGV extensions ruby test_ARGV.rb $* + +# Update tests (only seem to work for mxcl) +ruby test_updater.rb $* |
