worker_spi: Switch to TAP tests
[pgsql.git] / src / test / modules / worker_spi / Makefile
blob024b34cdbb356e104469c0b893a930e8a839c8df
1 # src/test/modules/worker_spi/Makefile
3 MODULES = worker_spi
5 EXTENSION = worker_spi
6 DATA = worker_spi--1.0.sql
7 PGFILEDESC = "worker_spi - background worker example"
9 TAP_TESTS = 1
11 ifdef USE_PGXS
12 PG_CONFIG = pg_config
13 PGXS := $(shell $(PG_CONFIG) --pgxs)
14 include $(PGXS)
15 else
16 subdir = src/test/modules/worker_spi
17 top_builddir = ../../../..
18 include $(top_builddir)/src/Makefile.global
19 include $(top_srcdir)/contrib/contrib-global.mk
20 endif