summaryrefslogtreecommitdiffstats
path: root/debhelper/dh_pgxs_test
blob: c12bacdfcc6980b65eadb14ad4ae29d23e8fb0cb (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/perl

use warnings;
use strict;
use Debian::Debhelper::Dh_Lib;
use Debian::Debhelper::pgxs;

my $target = (@ARGV and $ARGV[0] eq 'loop') ? "." : "build-%v";
my $pattern = package_pattern();

print_and_doit(qw(pg_buildext installcheck .), $target, $pattern);