Refactor PG_TEST_EXTRA logic in autoconf build
authorAndres Freund <[email protected]>
Tue, 20 Sep 2022 18:09:30 +0000 (11:09 -0700)
committerAndres Freund <[email protected]>
Tue, 20 Sep 2022 18:24:16 +0000 (11:24 -0700)
commitc3382a3c3ccda6df126c95bf37dcc762480c5202
treea13e7f7b436f69b098c6b5b01b7687247a4098ed
parentbb44a6ba48edfe1ac8bca87b1f2cfdcd9f86c930
Refactor PG_TEST_EXTRA logic in autoconf build

To avoid duplicating the PG_TEST_EXTRA logic in Makefiles into the upcoming
meson based build definition, move the checks into the the tests
themselves. That also has the advantage of making skipped tests visible.

Reviewed-by: Peter Eisentraut <[email protected]>
Author: Nazir Bilal Yavuz <[email protected]>
Author: Andres Freund <[email protected]>
Discussion: https://postgr.es/m/7dae5979-c6c0-cec5-7a36-76a85aa8053d@enterprisedb.com
src/test/Makefile
src/test/kerberos/t/001_auth.pl
src/test/ldap/t/001_auth.pl
src/test/ssl/t/001_ssltests.pl
src/test/ssl/t/002_scram.pl
src/test/ssl/t/003_sslinfo.pl