Skip to content

Commit 2cc96f2

Browse files
committed
Run tests of libpq on installcheck-world, checkprep and check-world
The regression tests of libpq have been converted to a TAP test as of ac25173, but they were not run when running the global make targets mentioned in $subject as the code only considered src/interfaces/ecpg/ as a path to run. This switches to src/interfaces/, to always include the tests of libpq in each run. Reported-by: Justin Pryzby Reviewed-by: Andres Freund Discussion: https://postgr.es/m/[email protected]
1 parent 642e916 commit 2cc96f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

GNUmakefile.in

+3-3
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ check check-tests installcheck installcheck-parallel installcheck-tests: CHECKPR
6868
check check-tests installcheck installcheck-parallel installcheck-tests: submake-generated-headers
6969
$(MAKE) -C src/test/regress $@
7070

71-
$(call recurse,check-world,src/test src/pl src/interfaces/ecpg contrib src/bin,check)
72-
$(call recurse,checkprep, src/test src/pl src/interfaces/ecpg contrib src/bin)
71+
$(call recurse,check-world,src/test src/pl src/interfaces contrib src/bin,check)
72+
$(call recurse,checkprep, src/test src/pl src/interfaces contrib src/bin)
7373

74-
$(call recurse,installcheck-world,src/test src/pl src/interfaces/ecpg contrib src/bin,installcheck)
74+
$(call recurse,installcheck-world,src/test src/pl src/interfaces contrib src/bin,installcheck)
7575
$(call recurse,install-tests,src/test/regress,install-tests)
7676

7777
GNUmakefile: GNUmakefile.in $(top_builddir)/config.status

0 commit comments

Comments
 (0)