X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=t%2Ftests.t;h=052a1fda7f186c88bd05e4d08375d3bb701d82d7;hp=3aa79b139015bc972919cc44d182777c2b44198e;hb=47eb461331046250bbe1b2d39f73266a25bb5315;hpb=939680ee42dc1c1b11c5adb9111db5d94bbb5bb6 diff --git a/t/tests.t b/t/tests.t index 3aa79b1..052a1fd 100644 --- a/t/tests.t +++ b/t/tests.t @@ -19,7 +19,7 @@ use strict; use warnings; -use Test::More tests => 232; +use Test::More tests => 234; sub is_blhc { @@ -67,7 +67,7 @@ is_blhc '', '', 2, $usage; is_blhc '', '--version', 0, - 'blhc 0.07 Copyright (C) 2012-2018 Simon Ruderich + 'blhc 0.08 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 @@ -635,6 +635,8 @@ NONVERBOSE BUILD: Compiling test.c \ gcc test.c NONVERBOSE BUILD: [ 3%] Building CXX object scribus/text/CMakeFiles/scribus_text_lib.dir/frect.cpp.o '; +is_blhc 'parallel', '', 0, ''; + # handle debug builds