aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorAdam Vandenberg2010-02-13 10:25:30 -0800
committerAdam Vandenberg2010-04-06 08:27:10 -0700
commitbf56c82c84bb0fef319c4f9d4dc2fbcc595e99d0 (patch)
tree9bb8524f87100a9eb6cd1b2e2a63638832bfe52a /Library/Homebrew/test
parent46bbea89d0b305fc31c856834e5e20404dc30757 (diff)
downloadhomebrew-bf56c82c84bb0fef319c4f9d4dc2fbcc595e99d0.tar.bz2
Add shell script 'tests' to run ruby test suites.
Diffstat (limited to 'Library/Homebrew/test')
-rwxr-xr-xLibrary/Homebrew/test/tests10
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 $*