diff options
| author | Adam Vandenberg | 2010-02-13 10:25:30 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-04-06 08:27:10 -0700 |
| commit | 277e40bc7b25e3d336ac721b5e5d41c0aa330948 (patch) | |
| tree | baf16c9d47e1105df276281bd4ff9568c2ee7497 /Library/Homebrew/test/tests | |
| parent | 1d4699163760757826eba2d2ee971b20df20247b (diff) | |
| download | brew-277e40bc7b25e3d336ac721b5e5d41c0aa330948.tar.bz2 | |
Add shell script 'tests' to run ruby test suites.
Diffstat (limited to 'Library/Homebrew/test/tests')
| -rwxr-xr-x | Library/Homebrew/test/tests | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Library/Homebrew/test/tests b/Library/Homebrew/test/tests new file mode 100755 index 000000000..5d2f60ae8 --- /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 $* |
