diff --git a/Library/Homebrew/test/tests b/Library/Homebrew/test/tests new file mode 100755 index 0000000000..5d2f60ae80 --- /dev/null +++ b/Library/Homebrew/test/tests @@ -0,0 +1,10 @@ +#!/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 $*