]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/tests.t
t/logs/buildd-architecture-old: Rename to dpkg-buildpackage-architecture-old.
[blhc/blhc.git] / t / tests.t
index f08d8edbfb182ee02f79d4695a56c1db1de6b010..03302242367685cbf58387c3dbc3604c705b93ed 100644 (file)
--- 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 {
@@ -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,
         '';