summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--regen.pl1
-rw-r--r--t/porting/regen.t2
2 files changed, 2 insertions, 1 deletions
diff --git a/regen.pl b/regen.pl
index de33e97be4..3cadf85c09 100644
--- a/regen.pl
+++ b/regen.pl
@@ -25,6 +25,7 @@ __END__
embed.pl
feature.pl
mg_vtable.pl
+miniperlmain.pl
opcode.pl
overload.pl
reentr.pl
diff --git a/t/porting/regen.t b/t/porting/regen.t
index b54293a5bd..197b490afb 100644
--- a/t/porting/regen.t
+++ b/t/porting/regen.t
@@ -26,7 +26,7 @@ if ( $Config{usecrosscompile} ) {
skip_all( "Not all files are available during cross-compilation" );
}
-my $tests = 25; # I can't see a clean way to calculate this automatically.
+my $tests = 26; # I can't see a clean way to calculate this automatically.
my %skip = ("regen_perly.pl" => [qw(perly.act perly.h perly.tab)],
"regen/keywords.pl" => [qw(keywords.c keywords.h)],