aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/tests
diff options
context:
space:
mode:
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 $*