mirror of
https://github.com/postgres/postgres.git
synced 2025-05-30 00:02:11 -04:00
Remove MODULES_big from test_pg_dump
The Makefile for test_pg_dump shouldn't have a MODULES_big line because there's no actual compiled bit for that extension. Hopefully this will fix the Windows buildfarm members which were complaining. In passing, also add the 'prove_installcheck' bit to the pg_dump and test_pg_dump Makefiles, to get the buildfarm members to actually run those tests.
This commit is contained in:
parent
68d704edbf
commit
eccfeeb631
@ -45,6 +45,9 @@ installdirs:
|
|||||||
check:
|
check:
|
||||||
$(prove_check)
|
$(prove_check)
|
||||||
|
|
||||||
|
installcheck:
|
||||||
|
$(prove_installcheck)
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -f $(addprefix '$(DESTDIR)$(bindir)'/, pg_dump$(X) pg_restore$(X) pg_dumpall$(X))
|
rm -f $(addprefix '$(DESTDIR)$(bindir)'/, pg_dump$(X) pg_restore$(X) pg_dumpall$(X))
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
# src/test/modules/test_rls_hooks/Makefile
|
# src/test/modules/test_rls_hooks/Makefile
|
||||||
|
|
||||||
MODULE_big = test_pg_dump
|
|
||||||
PGFILEDESC = "test_pg_dump - Test pg_dump with an extension"
|
PGFILEDESC = "test_pg_dump - Test pg_dump with an extension"
|
||||||
|
|
||||||
EXTENSION = test_pg_dump
|
EXTENSION = test_pg_dump
|
||||||
@ -13,6 +12,9 @@ check: prove-check
|
|||||||
prove-check:
|
prove-check:
|
||||||
$(prove_check)
|
$(prove_check)
|
||||||
|
|
||||||
|
installcheck:
|
||||||
|
$(prove_installcheck)
|
||||||
|
|
||||||
ifdef USE_PGXS
|
ifdef USE_PGXS
|
||||||
PG_CONFIG = pg_config
|
PG_CONFIG = pg_config
|
||||||
PGXS := $(shell $(PG_CONFIG) --pgxs)
|
PGXS := $(shell $(PG_CONFIG) --pgxs)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user