X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=t%2Ftests.t;h=3b9c332292db849b0a7b9e88b0e7cd2e2305b22b;hb=f939b4685a7cb1e1003fbd81a4f136c254b554a4;hp=1e289311d26d14de394664590204c2ede8866f4a;hpb=28d1ed15ddda3a3cb2f3be7cfccad06b5229ad6c;p=blhc%2Fblhc.git diff --git a/t/tests.t b/t/tests.t index 1e28931..3b9c332 100644 --- a/t/tests.t +++ b/t/tests.t @@ -19,7 +19,7 @@ use strict; use warnings; -use Test::More tests => 88; +use Test::More tests => 90; sub is_blhc { @@ -42,14 +42,14 @@ is_blhc 'empty', '--invalid', 2, Usage: blhc [options] - --help available options - --version version number and license - --pie force +pie check - --bindnow force +bindbow check --all force +all (+pie, +bindnow) check --arch set architecture (autodetected) + --bindnow force +bindbow check --buildd parser mode for buildds --color use colored output + --pie force +pie check + --help available options + --version version number and license '; @@ -396,12 +396,17 @@ CFLAGS missing (-Werror=format-security): cd /tmp/test/src && /usr/bin/gcc -g -O '; -# configure +# configure/make is_blhc 'configure', '', 1, 'No compiler commands! '; +is_blhc 'make', '', 1, + 'No compiler commands! +'; + + # cc