Add support for PROVE_TESTS and PROVE_FLAGS in MSVC scripts These can be set in buildenv.pl or a "set" command within a Windows terminal. The MSVC script vcregress.pl parses the values available in the environment to build the resulting prove commands, and the parsing of PROVE_TESTS is able to handle name patterns in the same way as other platforms.
Not specifying those environment values makes vcregress.pl fall back to the previous default, with no extra flags for the prove command, and all the tests run within t/. Author: Michael Paquier Reviewed-by: Juan José SantamarÃa Flecha, Julien Rouhaud Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/5bca69a76b3046a85c60c48271c1831fd5affa51 Modified Files -------------- doc/src/sgml/install-windows.sgml | 18 ++++++++++++++++++ src/tools/msvc/vcregress.pl | 16 +++++++++++++++- 2 files changed, 33 insertions(+), 1 deletion(-)
