From bf56c82c84bb0fef319c4f9d4dc2fbcc595e99d0 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 13 Feb 2010 10:25:30 -0800 Subject: Add shell script 'tests' to run ruby test suites. --- Library/Homebrew/test/tests | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 Library/Homebrew/test/tests (limited to 'Library') 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 $* -- cgit v1.2.3