From fd453107c6bade4320ca7bafcc7707eef24ce01e Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 10 Feb 2010 22:21:24 -0800 Subject: Add tests for patching. --- Library/Homebrew/test/tests | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Library/Homebrew/test/tests') diff --git a/Library/Homebrew/test/tests b/Library/Homebrew/test/tests index 5d2f60ae8..a63d5be35 100755 --- a/Library/Homebrew/test/tests +++ b/Library/Homebrew/test/tests @@ -8,3 +8,9 @@ # Bulk of the tests ruby unittest.rb $* + +# Patching tests +ruby test_patching.rb $* + +# External dependency tests +ruby test_external_deps.rb $* -- cgit v1.2.3