diff options
| author | Peter Eisentraut | 2016-09-29 16:00:00 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2016-11-01 18:02:16 +0000 |
| commit | adfb81d9e1d60a6b69c128537b69a46b7761d749 (patch) | |
| tree | 244ee3a04378bdc33161321a5be4dda1f8a683d3 /contrib/pageinspect/Makefile | |
| parent | 3a47c704fb8d44ce675d73c6f4fd8dd8c1820c73 (diff) | |
pageinspect: Add tests
Diffstat (limited to 'contrib/pageinspect/Makefile')
| -rw-r--r-- | contrib/pageinspect/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/pageinspect/Makefile b/contrib/pageinspect/Makefile index a98237ecbd..87a28e98c2 100644 --- a/contrib/pageinspect/Makefile +++ b/contrib/pageinspect/Makefile @@ -11,6 +11,8 @@ DATA = pageinspect--1.5.sql pageinspect--1.4--1.5.sql \ pageinspect--unpackaged--1.0.sql PGFILEDESC = "pageinspect - functions to inspect contents of database pages" +REGRESS = page btree brin gin + ifdef USE_PGXS PG_CONFIG = pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) |
