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

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

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

all: submake-errcodes

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

$(recurse)