summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2022-11-29 11:58:20 +0100
committerYves Orton <demerphq@gmail.com>2022-11-30 12:10:04 +0100
commitc9c8e2368deb1a7e6bbeb67711f2706517c0f092 (patch)
tree518958daf05f4c8f7fb4549ed0f37996f2473df1
parente7f0696486ec657c7adc5b249cc6cdc1a54c1f9f (diff)
downloadperl-c9c8e2368deb1a7e6bbeb67711f2706517c0f092.tar.gz
regen.pl - add miniperlmain.pl, it is fast, and doesn't hurt
I was surprised `make regen` didnt regenerate miniperlmain.pl, given it is fast I see no reason we shouldn't do it as part of the regen process.
-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)],