From a5cbf945962b7a177b3d080bf100dab65757b366 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 18 Feb 2010 12:00:07 -0800 Subject: Move hardware detection 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 ea5cf6cea..6653b10a9 100755 --- a/Library/Homebrew/test/tests +++ b/Library/Homebrew/test/tests @@ -9,6 +9,9 @@ # Bulk of the tests ruby unittest.rb $* +# Test hardware sniffers +ruby test_hardware.rb $* + # Test formula installs ruby test_formula_install.rb $* -- cgit v1.2.3