Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7043ac7

Browse files
committed
Add new make targets check-tests and installcheck-tests.
These do not run any specific schedule of tests, but only thosespecified as part of the invocation, e.g.: make check-tests TESTS="json jsonb"
1 parent1056399 commit7043ac7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

‎GNUmakefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ distclean maintainer-clean:
6161
# Garbage from autoconf:
6262
@rm -rf autom4te.cache/
6363

64-
check: all
64+
check check-tests: all
6565

66-
check installcheck installcheck-parallel:
66+
checkcheck-testsinstallcheck installcheck-parallel installcheck-tests:
6767
$(MAKE) -C src/test/regress $@
6868

6969
$(call recurse,check-world,src/test src/pl src/interfaces/ecpg contrib,check)

‎src/test/regress/GNUmakefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,18 @@ REGRESS_OPTS = --dlpath=. $(EXTRA_REGRESS_OPTS)
142142
check: all tablespace-setup
143143
$(pg_regress_check)$(REGRESS_OPTS) --schedule=$(srcdir)/parallel_schedule$(MAXCONNOPT)$(TEMP_CONF)$(EXTRA_TESTS)
144144

145+
check-tests: all tablespace-setup
146+
$(pg_regress_check)$(REGRESS_OPTS)$(MAXCONNOPT)$(TEMP_CONF)$(TESTS)$(EXTRA_TESTS)
147+
145148
installcheck: all tablespace-setup
146149
$(pg_regress_installcheck)$(REGRESS_OPTS) --schedule=$(srcdir)/serial_schedule$(EXTRA_TESTS)
147150

148151
installcheck-parallel: all tablespace-setup
149152
$(pg_regress_installcheck)$(REGRESS_OPTS) --schedule=$(srcdir)/parallel_schedule$(MAXCONNOPT)$(EXTRA_TESTS)
150153

154+
installcheck-tests: all tablespace-setup
155+
$(pg_regress_installcheck)$(REGRESS_OPTS)$(TESTS)$(EXTRA_TESTS)
156+
151157
standbycheck: all
152158
$(pg_regress_installcheck)$(REGRESS_OPTS) --schedule=$(srcdir)/standby_schedule --use-existing
153159

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp