File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ include $(top_builddir)/src/Makefile.global
2424include $(top_srcdir ) /contrib/contrib-global.mk
2525endif
2626
27- check : test.sh
27+ check : test.sh all
2828 MAKE=$(MAKE ) bindir=$(bindir ) libdir=$(libdir ) $(SHELL ) $< --install
2929
3030# disabled because it upsets the build farm
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ uninstall-data:
9797.PHONY : install-data uninstall-data
9898
9999
100- check : submake
100+ check : all submake
101101 $(pg_regress_check ) $(REGRESS_OPTS ) $(REGRESS )
102102
103103installcheck : submake
Original file line number Diff line number Diff line change @@ -149,15 +149,15 @@ prep3:
149149clean3 :
150150 rm -rf python3/
151151
152- check : submake prep3
152+ check : all submake prep3
153153 $(pg_regress_check ) --inputdir=./python3 --outputdir=./python3 $(REGRESS_OPTS ) $(REGRESS )
154154
155155installcheck : submake prep3
156156 $(pg_regress_installcheck ) --inputdir=./python3 --outputdir=./python3 $(REGRESS_OPTS ) $(REGRESS )
157157
158158clean : clean3
159159else # not Python 3
160- check : submake
160+ check : all submake
161161 $(pg_regress_check ) $(REGRESS_OPTS ) $(REGRESS )
162162
163163installcheck : submake
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ uninstall-data:
7373.PHONY : install-data uninstall-data
7474
7575
76- check : submake
76+ check : all submake
7777 $(pg_regress_check ) $(REGRESS_OPTS ) $(REGRESS )
7878
7979installcheck : submake
You can’t perform that action at this time.
0 commit comments