mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 08:38:23 +00:00
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:
parent
7475a731cf
commit
63caf9e9e1
@ -1,4 +1,8 @@
|
||||
#!/usr/bin/perl
|
||||
#
|
||||
# Test ExtUtils::Typemaps:
|
||||
# check it built ok.
|
||||
|
||||
use strict;
|
||||
BEGIN {
|
||||
$| = 1;
|
||||
|
||||
4
dist/ExtUtils-ParseXS/t/510-typemaps-bare.t
vendored
4
dist/ExtUtils-ParseXS/t/510-typemaps-bare.t
vendored
@ -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;
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
4
dist/ExtUtils-ParseXS/t/512-typemaps-file.t
vendored
4
dist/ExtUtils-ParseXS/t/512-typemaps-file.t
vendored
@ -1,4 +1,8 @@
|
||||
#!/usr/bin/perl
|
||||
#
|
||||
# Test ExtUtils::Typemaps:
|
||||
# check creating and writing typemaps
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
|
||||
3
dist/ExtUtils-ParseXS/t/513-typemaps-merge.t
vendored
3
dist/ExtUtils-ParseXS/t/513-typemaps-merge.t
vendored
@ -1,4 +1,7 @@
|
||||
#!/usr/bin/perl
|
||||
#
|
||||
# Test ExtUtils::Typemaps::merge()
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
|
||||
3
dist/ExtUtils-ParseXS/t/514-typemaps-embed.t
vendored
3
dist/ExtUtils-ParseXS/t/514-typemaps-embed.t
vendored
@ -1,4 +1,7 @@
|
||||
#!/usr/bin/perl
|
||||
#
|
||||
# Test ExtUtils::Typemaps::as_embedded_typemap()
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
|
||||
3
dist/ExtUtils-ParseXS/t/515-typemaps-cmd.t
vendored
3
dist/ExtUtils-ParseXS/t/515-typemaps-cmd.t
vendored
@ -1,4 +1,7 @@
|
||||
#!/usr/bin/perl
|
||||
#
|
||||
# Test ExtUtils::Typemaps::Cmd::embeddable_typemap()
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
|
||||
3
dist/ExtUtils-ParseXS/t/516-typemaps-clone.t
vendored
3
dist/ExtUtils-ParseXS/t/516-typemaps-clone.t
vendored
@ -1,4 +1,7 @@
|
||||
#!/usr/bin/perl
|
||||
#
|
||||
# Test ExtUtils::Typemaps::clone()
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
|
||||
@ -1,4 +1,8 @@
|
||||
#!/usr/bin/perl
|
||||
#
|
||||
# Test ExtUtils::Typemaps:
|
||||
# test targetable() and targetable_legacy() methods
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use Carp;
|
||||
|
||||
11
dist/ExtUtils-ParseXS/t/518-typemaps-compat.t
vendored
11
dist/ExtUtils-ParseXS/t/518-typemaps-compat.t
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user