summaryrefslogtreecommitdiff
path: root/src/test/modules/test_aio/Makefile
blob: f53cc64671a820cb30aa52d67da18d77bc7e0178 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# src/test/modules/test_aio/Makefile

PGFILEDESC = "test_aio - test code for AIO"

MODULE_big = test_aio
OBJS = \
	$(WIN32RES) \
	test_aio.o

EXTENSION = test_aio
DATA = test_aio--1.0.sql

TAP_TESTS = 1

export enable_injection_points

ifdef USE_PGXS
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)
else
subdir = src/test/modules/test_aio
top_builddir = ../../../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
endif