]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/tests.t
Use tag W-no-compiler-commands in buildd mode.
[blhc/blhc.git] / t / tests.t
index 8d72b91ad3a07a072d27c78f8e6c201f4a1c586c..bb8471b60c5f0608e46bbb82e8875ea8fc22610e 100644 (file)
--- a/t/tests.t
+++ b/t/tests.t
@@ -19,7 +19,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 100;
+use Test::More tests => 102;
 
 
 sub is_blhc {
@@ -46,7 +46,7 @@ sub is_blhc {
 is_blhc 'empty', '--invalid', 2,
         'Unknown option: invalid
 Usage:
-    blhc [options] <dpkg-buildpackage build log file>..
+    blhc [*options*] *<dpkg-buildpackage build log file>..*
 
 ';
 
@@ -573,6 +573,10 @@ is_blhc 'debian-hardening-wrapper', '', 16,
 
 # buildd support
 
+is_blhc 'empty', '--buildd', 1,
+        'W-no-compiler-commands
+';
+
 is_blhc 'buildd-package-details', '--buildd', 0,
         '';