2010-02-13 10:25:30 -08:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
# This shell script runs Homebrew's test suite.
|
|
|
|
#
|
|
|
|
# Note: "formula_test" is omitted; these aren't unit tests but sanity checks
|
|
|
|
# on the real formulae.
|
|
|
|
#
|
|
|
|
|
|
|
|
# Bulk of the tests
|
|
|
|
ruby unittest.rb $*
|
2010-02-10 22:21:24 -08:00
|
|
|
|
|
|
|
# Patching tests
|
|
|
|
ruby test_patching.rb $*
|
|
|
|
|
|
|
|
# External dependency tests
|
|
|
|
ruby test_external_deps.rb $*
|