2010-07-20 21:12:24 -07:00
|
|
|
#!/bin/bash
|
2010-02-13 10:25:30 -08:00
|
|
|
# This shell script runs Homebrew's test suite.
|
|
|
|
|
2010-07-20 21:12:24 -07:00
|
|
|
/usr/bin/ruby test_bucket.rb $*
|
|
|
|
/usr/bin/ruby test_formula.rb $*
|
|
|
|
/usr/bin/ruby test_versions.rb $*
|
|
|
|
/usr/bin/ruby test_checksums.rb $*
|
|
|
|
/usr/bin/ruby test_inreplace.rb $*
|
|
|
|
/usr/bin/ruby test_hardware.rb $*
|
|
|
|
/usr/bin/ruby test_formula_install.rb $*
|
|
|
|
/usr/bin/ruby test_patching.rb $*
|
|
|
|
/usr/bin/ruby test_external_deps.rb $*
|
|
|
|
/usr/bin/ruby test_pathname_install.rb $*
|
|
|
|
/usr/bin/ruby test_utils.rb $*
|
|
|
|
/usr/bin/ruby test_ARGV.rb $*
|
|
|
|
/usr/bin/ruby test_ENV.rb $*
|
|
|
|
/usr/bin/ruby test_updater.rb $*
|