@ -40,6 +40,8 @@
# which need to be built first
# which need to be built first
# REGRESS -- list of regression test cases (without suffix)
# REGRESS -- list of regression test cases (without suffix)
# REGRESS_OPTS -- additional switches to pass to pg_regress
# REGRESS_OPTS -- additional switches to pass to pg_regress
# NO_INSTALLCHECK -- don't define an installcheck target, useful e.g. if
# tests require special configuration, or don't use pg_regress
# EXTRA_CLEAN -- extra files to remove in 'make clean'
# EXTRA_CLEAN -- extra files to remove in 'make clean'
# PG_CPPFLAGS -- will be added to CPPFLAGS
# PG_CPPFLAGS -- will be added to CPPFLAGS
# PG_LIBS -- will be added to PROGRAM link line
# PG_LIBS -- will be added to PROGRAM link line
@ -268,8 +270,10 @@ ifndef PGXS
e n d i f
e n d i f
# against installed postmaster
# against installed postmaster
i f n d e f N O _ I N S T A L L C H E C K
installcheck : submake $( REGRESS_PREP )
installcheck : submake $( REGRESS_PREP )
$( pg_regress_installcheck) $( REGRESS_OPTS) $( REGRESS)
$( pg_regress_installcheck) $( REGRESS_OPTS) $( REGRESS)
e n d i f
i f d e f P G X S
i f d e f P G X S
check :
check :