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
commit551d42c6a9a6f9d3c969b0eb8de28e0572c3d351 (patch)
tree662b0729890d7ccc048de6fc3f308426ffa4648e /Library/Homebrew/test/tests
parent5a6d6fd168cc3f84bc58fb130302760833a94a20 (diff)
downloadbrew-551d42c6a9a6f9d3c969b0eb8de28e0572c3d351.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 $*