X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=t%2Ftests.t;h=26822a06f00551294794263acc8e3c1ebf6f6734;hb=56ec5b40a99b961306fb0ae1a16cd1b66c351cf8;hp=4c6b5dcac129a4deb0e3e4c3a180fe5287cb9891;hpb=290a8e3484c700ebb91c3460820310e03ca38cb2;p=blhc%2Fblhc.git diff --git a/t/tests.t b/t/tests.t index 4c6b5dc..26822a0 100644 --- a/t/tests.t +++ b/t/tests.t @@ -1,6 +1,6 @@ # Tests for blhc. # -# Copyright (C) 2012-2017 Simon Ruderich +# Copyright (C) 2012-2018 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 @@ -19,7 +19,7 @@ use strict; use warnings; -use Test::More tests => 226; +use Test::More tests => 228; sub is_blhc { @@ -67,7 +67,7 @@ is_blhc '', '', 2, $usage; is_blhc '', '--version', 0, - 'blhc 0.07 Copyright (C) 2012-2017 Simon Ruderich + 'blhc 0.07 Copyright (C) 2012-2018 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 @@ -967,6 +967,11 @@ is_blhc 'debian-cmake', '--buildd', 0, '; +# debian specific settings + +is_blhc 'debian-gcc-pie', '--debian', 0, ''; + + # multiple files is_blhc ['good', 'good-pie', 'good-bindnow', 'good-all', 'good-multiline', 'good-library'], '', 0,