aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/tests
diff options
context:
space:
mode:
authorAdam Vandenberg2010-02-18 12:00:07 -0800
committerAdam Vandenberg2010-04-06 08:27:10 -0700
commita5cbf945962b7a177b3d080bf100dab65757b366 (patch)
tree60e3f902247c93a63c55d05ef6f8c198c5149c59 /Library/Homebrew/test/tests
parent3123720608078375a1e141d1db1f32f42a48026f (diff)
downloadbrew-a5cbf945962b7a177b3d080bf100dab65757b366.tar.bz2
Move hardware detection tests to separate file.
Diffstat (limited to 'Library/Homebrew/test/tests')
-rwxr-xr-xLibrary/Homebrew/test/tests3
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 $*