Add shell script 'tests' to run ruby test suites.

This commit is contained in:
Adam Vandenberg 2010-02-13 10:25:30 -08:00
parent 1d46991637
commit 277e40bc7b

10
Library/Homebrew/test/tests Executable file
View File

@ -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 $*