From 1d0be89fa5bbe9aa07fcacad0c369437553129fc Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 14 Apr 2012 13:17:22 -0500 Subject: tests: reorganize compiler selection tests Signed-off-by: Jack Nagel --- Library/Homebrew/test/tests | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Library/Homebrew/test/tests') 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 -- cgit v1.2.3