Detect redundant GROUP BY columns using UNIQUE indexes
[pgsql.git] / src / test / modules / unsafe_tests / Makefile
bloba85c854392de7bb506fe186b3f2e5cab68e53ac1
1 # src/test/modules/unsafe_tests/Makefile
3 REGRESS = rolenames setconfig alter_system_table guc_privs
4 REGRESS_OPTS = \
5 --create-role=regress_authenticated_user_db_sr \
6 --create-role=regress_authenticated_user_db_ssa \
7 --create-role=regress_authenticated_user_sr \
8 --create-role=regress_authenticated_user_ssa
10 # the whole point of these tests is to not run installcheck
11 NO_INSTALLCHECK = 1
13 ifdef USE_PGXS
14 PG_CONFIG = pg_config
15 PGXS := $(shell $(PG_CONFIG) --pgxs)
16 include $(PGXS)
17 else
18 subdir = src/test/modules/unsafe_tests
19 top_builddir = ../../../..
20 include $(top_builddir)/src/Makefile.global
21 include $(top_srcdir)/contrib/contrib-global.mk
22 endif