aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/tests
diff options
context:
space:
mode:
authorJack Nagel2012-04-14 13:17:22 -0500
committerJack Nagel2012-04-14 15:27:45 -0500
commit1d0be89fa5bbe9aa07fcacad0c369437553129fc (patch)
treeedc0ce790da6569a05f544fcbb8ab80d692c59c3 /Library/Homebrew/test/tests
parentd4f757718505b080ef3bd60fbf9ab7a751453e9a (diff)
downloadbrew-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-xLibrary/Homebrew/test/tests3
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