X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=t%2Ftests.t;h=03302242367685cbf58387c3dbc3604c705b93ed;hb=db9ab9c54c9e4493b936720d213e9c8ccfac4bce;hp=3fbdb3efa1de73bba69fdd8f43bdf24e20f5179a;hpb=49540cde704094918ad460f476ef65edb1a3d4f0;p=blhc%2Fblhc.git diff --git a/t/tests.t b/t/tests.t index 3fbdb3e..0330224 100644 --- a/t/tests.t +++ b/t/tests.t @@ -19,7 +19,7 @@ use strict; use warnings; -use Test::More tests => 204; +use Test::More tests => 206; sub is_blhc { @@ -61,7 +61,7 @@ is_blhc '', '', 2, $usage; is_blhc '', '--version', 0, - 'blhc 0.03 Copyright (C) 2012-2013 Simon Ruderich + 'blhc 0.04 Copyright (C) 2012-2013 Simon Ruderich This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -651,6 +651,10 @@ CFLAGS missing (-Werror=format-security): cd /tmp/test/src && /usr/bin/gcc -g -O is_blhc 'configure', '', 1, $empty; +is_blhc 'configure-check', '', 4, + 'NONVERBOSE BUILD: CC = gcc -std=gnu99 -std=gnu99 test.c +'; + is_blhc 'make', '', 1, $empty; @@ -832,7 +836,7 @@ LDFLAGS missing (-pie -Wl,-z,relro): gcc -fPIE -o test test.o # architecture in older buildd logs -is_blhc 'buildd-architecture-old', '', 0, +is_blhc 'dpkg-buildpackage-architecture-old', '', 0, '';