This extension uses PGXS to build.
make # build
make check-unit # run unit tests
make install # install
make installcheck # run regression tests
Coverage is disabled by default... with a clean build, get coverage by
COVERAGE=yes make coverage