summaryrefslogtreecommitdiff
path: root/tools/2_t-tests.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/2_t-tests.pl')
-rw-r--r--tools/2_t-tests.pl6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/2_t-tests.pl b/tools/2_t-tests.pl
index 4203d1a..27fa827 100644
--- a/tools/2_t-tests.pl
+++ b/tools/2_t-tests.pl
@@ -7,7 +7,7 @@
use strict;
use warnings;
-our $VERSION = '3.025'; # VERSION
+our $VERSION = '3.026'; # VERSION
our $LAST_UPDATE = '3.025'; # manually update whenever code is changed
# command line flags, mutually exclusive:
@@ -89,6 +89,10 @@ if (scalar @ARGV == 0) {
}
foreach my $file (@test_list) {
+ if ($file eq 'tiff') {
+ print "\nNote: t/tiff.t takes quite a bit longer than the others to run. Don't Panic!";
+ }
+
my @results = `perl t/$file.t`;
# TBD: detect if a FAILED test, and remark at end if any failures
print "\nt/$file.t\n";