File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change 1+
12# contrib/pg_query_state/Makefile
23
34MODULE_big = pg_query_state
@@ -22,16 +23,16 @@ include $(top_builddir)/src/Makefile.global
2223include $(top_srcdir ) /contrib/contrib-global.mk
2324endif
2425
25- EXTRA_REGRESS_OPTS=--temp-config =$(top_srcdir ) /$(subdir ) /test.conf
26-
2726$(EXTENSION ) --$(EXTVERSION ) .sql : init.sql
2827 cat $^ > $@
2928
30- ISOLATIONCHECKS = corner_cases
29+ ISOLATIONCHECKS = corner_cases
3130
3231check : isolationcheck
3332
34- installcheck : isolationcheck-install-force
33+ installcheck : submake-isolation
34+ $(pg_isolation_regress_installcheck ) \
35+ $(ISOLATIONCHECKS )
3536
3637isolationcheck : | submake-isolation temp-install
3738 $(MKDIR_P ) isolation_output
@@ -40,14 +41,7 @@ isolationcheck: | submake-isolation temp-install
4041 --outputdir =isolation_output \
4142 $(ISOLATIONCHECKS )
4243
43- isolationcheck-install-force : all | submake-isolation submake-pg_query_state temp-install
44- $(pg_isolation_regress_installcheck ) \
45- $(ISOLATIONCHECKS )
46-
4744submake-isolation :
4845 $(MAKE ) -C $(top_builddir ) /src/test/isolation all
4946
50- submake-pg_query_state :
51- $(MAKE ) -C $(top_builddir ) /contrib/pg_query_state
52-
5347temp-install : EXTRA_INSTALL=contrib/pg_query_state
You can’t perform that action at this time.
0 commit comments