diff options
| author | Jack Nagel | 2012-04-14 13:17:22 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-04-14 15:27:45 -0500 |
| commit | 1d0be89fa5bbe9aa07fcacad0c369437553129fc (patch) | |
| tree | edc0ce790da6569a05f544fcbb8ab80d692c59c3 /Library/Homebrew/test/tests | |
| parent | d4f757718505b080ef3bd60fbf9ab7a751453e9a (diff) | |
| download | brew-1d0be89fa5bbe9aa07fcacad0c369437553129fc.tar.bz2 | |
tests: reorganize compiler selection tests
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Homebrew/test/tests')
| -rwxr-xr-x | Library/Homebrew/test/tests | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Homebrew/test/tests b/Library/Homebrew/test/tests index adbc600ec..c7e2689f2 100755 --- a/Library/Homebrew/test/tests +++ b/Library/Homebrew/test/tests @@ -8,6 +8,7 @@ EXIT=0 /usr/bin/ruby test_formula.rb $* || EXIT=1 /usr/bin/ruby test_versions.rb $* || EXIT=1 /usr/bin/ruby test_checksums.rb $* || EXIT=1 +/usr/bin/ruby test_compilers.rb $* || EXIT=1 /usr/bin/ruby test_inreplace.rb $* || EXIT=1 /usr/bin/ruby test_hardware.rb $* || EXIT=1 /usr/bin/ruby test_formula_install.rb $* || EXIT=1 @@ -20,4 +21,4 @@ EXIT=0 /usr/bin/ruby test_updater.rb $* || EXIT=1 /usr/bin/ruby test_string.rb $* || EXIT=1 -exit $EXIT
\ No newline at end of file +exit $EXIT |
