File: dh_pgxs_test

package info (click to toggle)
postgresql-common 282
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,528 kB
  • sloc: perl: 4,170; sh: 1,572; makefile: 327; sql: 13; ansic: 10
file content (11 lines) | stat: -rwxr-xr-x 269 bytes parent folder | download | duplicates (6)
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);