X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;ds=sidebyside;f=t%2Ftests.t;h=8a0fa2df8465e1a9df2bb9cd80e7eca3b0ed51f6;hb=df33515631599ff32c01b6304332a70e6682522b;hp=21fca072a3f42bb5eda4262edd3288721753402f;hpb=2d45d7a5feaaaf28b0ab42be148e675835759c11;p=blhc%2Fblhc.git diff --git a/t/tests.t b/t/tests.t index 21fca07..8a0fa2d 100644 --- a/t/tests.t +++ b/t/tests.t @@ -19,7 +19,7 @@ use strict; use warnings; -use Test::More tests => 136; +use Test::More tests => 138; sub is_blhc { @@ -56,6 +56,23 @@ is_blhc '', '--invalid', 2, is_blhc '', '', 2, $usage; +is_blhc '', '--version', 0, + 'blhc 0.02 Copyright (C) 2012 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 +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +'; + # No compiler commands found.