diff options
| author | Adam Vandenberg | 2010-02-18 12:00:07 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-04-06 08:27:10 -0700 |
| commit | a5cbf945962b7a177b3d080bf100dab65757b366 (patch) | |
| tree | 60e3f902247c93a63c55d05ef6f8c198c5149c59 /Library/Homebrew/test/tests | |
| parent | 3123720608078375a1e141d1db1f32f42a48026f (diff) | |
| download | brew-a5cbf945962b7a177b3d080bf100dab65757b366.tar.bz2 | |
Move hardware detection tests to separate file.
Diffstat (limited to 'Library/Homebrew/test/tests')
| -rwxr-xr-x | Library/Homebrew/test/tests | 3 |
1 files changed, 3 insertions, 0 deletions
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 $* |
