summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-04-16 09:04:50 -0600
committerKarl Williamson <public@khwilliamson.com>2013-05-20 08:59:14 -0600
commit838d7b5b2dbf1d786e9c72471801ae5c098e6633 (patch)
tree6e5597ef88faad6611fb3e3a09c51dada5e227d8 /t
parent236415e2432a2fed9c491c39fffa8830d1660d64 (diff)
downloadperl-838d7b5b2dbf1d786e9c72471801ae5c098e6633.tar.gz
t/porting/regen.t: Add file to check
Diffstat (limited to 't')
-rw-r--r--t/porting/regen.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/porting/regen.t b/t/porting/regen.t
index e127eb0d46..e38ea81553 100644
--- a/t/porting/regen.t
+++ b/t/porting/regen.t
@@ -18,7 +18,8 @@ if ( $^O eq "VMS" ) {
my $in_regen_pl = 23; # I can't see a clean way to calculate this automatically.
my @files = qw(perly.act perly.h perly.tab keywords.c keywords.h uconfig.h);
-my @progs = qw(regen/regcharclass.pl regen/mk_PL_charclass.pl);
+my @progs = qw(regen/regcharclass.pl regen/mk_PL_charclass.pl
+ regen/unicode_constants.pl);
plan (tests => $in_regen_pl + @files + @progs + 2);