diff options
Diffstat (limited to 't/porting/regen.t')
-rw-r--r-- | t/porting/regen.t | 3 |
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); |