diff options
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 |
