X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=t%2Ftests.t;h=bb8471b60c5f0608e46bbb82e8875ea8fc22610e;hp=9bdab495bc6aa87f8017667ab20d4b6b51212555;hb=bd14bca33d2d8a8b2b296a62f2e13292a3f58068;hpb=c3b000d786b82874943c7f8792179e64559bd58a diff --git a/t/tests.t b/t/tests.t index 9bdab49..bb8471b 100644 --- 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 { @@ -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, '';