summaryrefslogtreecommitdiff
path: root/dist/ExtUtils-ParseXS/t/107-make_targetable.t
blob: 20615f7deb38c4e13fc1d3ad7388950786e02a81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/perl
use strict;
use warnings;
use Carp;
use Cwd;
use File::Spec;
use File::Temp qw( tempdir );
use Test::More qw(no_plan); # tests =>  7;
use lib qw( lib );
use ExtUtils::ParseXS::Utilities qw(
    make_targetable
);

pass("Passed all tests in $0");