blob: 3ce99046f8419e7af3f388b98a4b1fc9bdb8bcc7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# src/test/modules/Makefile
subdir = src/test/modules
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global
SUBDIRS = \
brin \
commit_ts \
dummy_seclabel \
snapshot_too_old \
test_ddl_deparse \
test_extensions \
test_parser \
test_pg_dump \
test_rls_hooks \
test_shm_mq \
worker_spi
all: submake-generated-headers
$(recurse)
|