X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=t%2Ftests.t;h=1f83fa05f408c0e796d9f8dab04eae8f08163cf8;hb=3eca6f2738379a5e68b1d134232184bc41ac05eb;hp=62fef677c726afce55c3055fbd01dd36247d8409;hpb=016aa0e132892b35b848f131d333d5a8a68cec9e;p=blhc%2Fblhc.git diff --git a/t/tests.t b/t/tests.t index 62fef67..1f83fa0 100644 --- a/t/tests.t +++ b/t/tests.t @@ -19,7 +19,7 @@ use strict; use warnings; -use Test::More tests => 132; +use Test::More tests => 134; sub is_blhc { @@ -633,6 +633,22 @@ LDFLAGS missing (-pie -Wl,-z,relro): gcc -fPIE -o test test.o '; +# ignore architecture + +is_blhc ['arch-avr32', 'arch-i386', 'empty', 'arch-mipsel'], + '--ignore-arch avr32 --ignore-arch mipsel', + 9, + "checking './t/logs/arch-avr32'...\n" + . "ignoring architecture 'avr32'\n" + . "checking './t/logs/arch-i386'...\n" + . $arch_i386 + . "checking './t/logs/empty'...\n" + . $empty + . "checking './t/logs/arch-mipsel'...\n" + . "ignoring architecture 'mipsel'\n" + ; + + # debian is_blhc 'debian', '', 8,