OSDN Git Service

Separate regression test into English and Japanese parts.
[pgbigm/pg_bigm.git] / Makefile
1 MODULE_big = pg_bigm
2 OBJS = bigm_op.o bigm_gin.o
3
4 EXTENSION = pg_bigm
5 DATA = pg_bigm--1.1.sql pg_bigm--1.0--1.1.sql
6
7 REGRESS = pg_bigm pg_bigm_ja
8
9 ifdef USE_PGXS
10 PG_CONFIG = pg_config
11 PGXS := $(shell $(PG_CONFIG) --pgxs)
12 include $(PGXS)
13 else
14 subdir = contrib/pg_bigm
15 top_builddir = ../..
16 include $(top_builddir)/src/Makefile.global
17 include $(top_srcdir)/contrib/contrib-global.mk
18 endif
19
20 installcheck-trgm: 
21         $(pg_regress_installcheck) $(REGRESS_OPTS) load_trgm $(REGRESS)