diff options
Diffstat (limited to 'contrib/dblink/Makefile')
| -rw-r--r-- | contrib/dblink/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/dblink/Makefile b/contrib/dblink/Makefile index 9242ed74dc..e5d0cd6bf0 100644 --- a/contrib/dblink/Makefile +++ b/contrib/dblink/Makefile @@ -10,7 +10,9 @@ EXTENSION = dblink DATA = dblink--1.1.sql dblink--1.0--1.1.sql dblink--unpackaged--1.0.sql PGFILEDESC = "dblink - connect to other PostgreSQL databases" -REGRESS = dblink +REGRESS = paths dblink +REGRESS_OPTS = --dlpath=$(top_builddir)/src/test/regress +EXTRA_CLEAN = sql/paths.sql expected/paths.out # the db name is hard-coded in the tests override USE_MODULE_DB = |
