=head1 NAME dh_pgxs_test - Run testsuite during a PGXS PostgreSQL extension build =head1 SYNOPSIS B [B] =head1 DESCRIPTION B extensions need to be installed before they can be tested and hence the usual B way of invoking tests from dh_auto_test(1) does not work. B is a dh(1) sequence point created by the B and B B extensions that is executed after dh_auto_install(1). It calls B after a B extension module has been built and installed into the CI directory. Users wishing to change the action called by B should call B or similar commands. override_dh_pgxs_test: echo "CREATE EXTENSION foo" | pg_buildext psql . . postgresql-%v-foo =head1 OPTIONS =over 4 =item B B builds packages in C subdirectories. The B options corresponds to B and builds in the top-level directory. =back =head1 SEE ALSO debhelper(7), dh(1), dh_make_pgxs(1), pg_buildext(1). =head1 AUTHOR Christoph Berg Lmyon@debian.orgE>