From 3473320bc064e61015acfbdee8b6f6c19a5c07d8 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 8 Mar 2010 22:10:12 -0800 Subject: Move utils tests to separate file. --- Library/Homebrew/test/tests | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library/Homebrew/test/tests') 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 $* -- cgit v1.2.3