summaryrefslogtreecommitdiff
path: root/src/test/modules/Makefile
blob: 8213e235f7823418f02665780c4c43026c9b3716 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# src/test/modules/Makefile

subdir = src/test/modules
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global

SUBDIRS = \
		  commit_ts \
		  dummy_seclabel \
		  test_ddl_deparse \
		  test_parser \
		  test_rls_hooks \
		  test_shm_mq \
		  worker_spi

all: submake-errcodes

submake-errcodes:
	$(MAKE) -C $(top_builddir)/src/backend submake-errcodes

$(recurse)