aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/tests
diff options
context:
space:
mode:
authorAdam Vandenberg2010-03-08 22:10:12 -0800
committerAdam Vandenberg2010-04-06 08:27:11 -0700
commit3473320bc064e61015acfbdee8b6f6c19a5c07d8 (patch)
treeda14e7db4a027c19a4652a93834dc7eb342932c9 /Library/Homebrew/test/tests
parent6bb6c161841a9a54a4219a303d43979884683c75 (diff)
downloadhomebrew-3473320bc064e61015acfbdee8b6f6c19a5c07d8.tar.bz2
Move utils tests to separate file.
Diffstat (limited to 'Library/Homebrew/test/tests')
-rwxr-xr-xLibrary/Homebrew/test/tests3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/test/tests b/Library/Homebrew/test/tests
index a81abd2a4..44fba7a28 100755
--- a/Library/Homebrew/test/tests
+++ b/Library/Homebrew/test/tests
@@ -32,3 +32,6 @@ ruby test_external_deps.rb $*
# Test Pathname.install
ruby test_pathname_install.rb $*
+
+# Test utility functions
+ruby test_utils.rb $*