aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/tests
blob: 8d24ea435e3e32956baf5671783555f53476129f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash
# This shell script runs Homebrew's test suite.

/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 $*
/usr/bin/ruby test_string.rb $*