Add shell script 'tests' to run ruby test suites.
This commit is contained in:
parent
1d46991637
commit
277e40bc7b
10
Library/Homebrew/test/tests
Executable file
10
Library/Homebrew/test/tests
Executable 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 $*
|
||||||
Loading…
x
Reference in New Issue
Block a user