File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 3535wal-check : temp-install
3636 $(prove_check )
3737
38- check : isolationcheck
39-
40- submake-isolation :
41- $(MAKE ) -C $(top_builddir ) /src/test/isolation all
42- submake-rum :
43- $(MAKE ) -C $(top_builddir ) /contrib/rum
44-
45-
4638all : rum--1.1.sql
4739
4840# 9.6 requires 1.1 file but 10.0 could live with 1.0 + 1.0-1.1 files
@@ -58,6 +50,13 @@ installincludes:
5850 $(INSTALL_DATA ) $(addprefix $(srcdir ) /, $(INCLUDES ) ) ' $(DESTDIR)$(includedir_server)/'
5951
6052ISOLATIONCHECKS = predicate-rum predicate-rum-2
53+
54+ submake-isolation :
55+ $(MAKE ) -C $(top_builddir ) /src/test/isolation all
56+
57+ submake-rum :
58+ $(MAKE ) -C $(top_builddir ) /contrib/rum
59+
6160isolationcheck : | submake-isolation submake-rum temp-install
6261 $(pg_isolation_regress_check ) \
6362 --temp-config $(top_srcdir ) /contrib/rum/logical.conf \
You can’t perform that action at this time.
0 commit comments