ParseXS: add comment at the top of all t/5xx*.t

Add a boilerplate comment line or two explaining the purpose of each
file.
This commit is contained in:
David Mitchell 2026-01-05 23:07:17 +00:00
parent 7475a731cf
commit 63caf9e9e1
10 changed files with 39 additions and 4 deletions

View File

@ -1,4 +1,8 @@
#!/usr/bin/perl
#
# Test ExtUtils::Typemaps:
# check it built ok.
use strict;
BEGIN {
$| = 1;

View File

@ -1,4 +1,8 @@
#!/usr/bin/perl
#
# Test ExtUtils::Typemaps:
# [ XXX I'm not clear what 'bare' refers to in the test file name ]
use strict;
use warnings;

View File

@ -1,4 +1,8 @@
#!/usr/bin/perl
#
# Test ExtUtils::Typemaps:
# Check that leading white space in typemap lines are handled correctly.
use strict;
use warnings;

View File

@ -1,4 +1,8 @@
#!/usr/bin/perl
#
# Test ExtUtils::Typemaps:
# check creating and writing typemaps
use strict;
use warnings;

View File

@ -1,4 +1,7 @@
#!/usr/bin/perl
#
# Test ExtUtils::Typemaps::merge()
use strict;
use warnings;

View File

@ -1,4 +1,7 @@
#!/usr/bin/perl
#
# Test ExtUtils::Typemaps::as_embedded_typemap()
use strict;
use warnings;

View File

@ -1,4 +1,7 @@
#!/usr/bin/perl
#
# Test ExtUtils::Typemaps::Cmd::embeddable_typemap()
use strict;
use warnings;

View File

@ -1,4 +1,7 @@
#!/usr/bin/perl
#
# Test ExtUtils::Typemaps::clone()
use strict;
use warnings;

View File

@ -1,4 +1,8 @@
#!/usr/bin/perl
#
# Test ExtUtils::Typemaps:
# test targetable() and targetable_legacy() methods
use strict;
use warnings;
use Carp;

View File

@ -1,13 +1,16 @@
#!/usr/bin/perl
#
# Test ExtUtils::Typemaps:
#
# This test file is for making sure that the new EU::Typemaps
# based typemap merging produces the same result as the old
# EU::ParseXS code.
use strict;
use warnings;
use Test::More;
# This test is for making sure that the new EU::Typemaps
# based typemap merging produces the same result as the old
# EU::ParseXS code.
use ExtUtils::Typemaps;
use ExtUtils::ParseXS::Utilities qw(
C_string