From a7d74df430a8dfba7bc701c5b526e5d2887c5e1c Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 8 Mar 2010 22:27:08 -0800 Subject: Move ARGV 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 44fba7a28..10cedae1e 100755 --- a/Library/Homebrew/test/tests +++ b/Library/Homebrew/test/tests @@ -35,3 +35,6 @@ ruby test_pathname_install.rb $* # Test utility functions ruby test_utils.rb $* + +# Test ARGV extensions +ruby test_ARGV.rb $* -- cgit v1.2.3