index 1869588e92747935fab89c1bfe0cce767d861d3c..433f9ff7153460780b3e58673394a63266d63667 100644 (file)
# -*-perl-*- hey - emacs - this is a perl file
-# $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.13 2010年01月09日 15:25:41 adunstan Exp $
+# $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.14 2010年03月02日 17:06:51 adunstan Exp $
use strict;
chdir "../../.." if (-d "../../../src/tools/msvc");
+require 'src/tools/msvc/config.pl';
+
# buildenv.pl is for specifying the build environment settings
# it should contian lines like:
# $ENV{PATH} = "c:/path/to/bison/bin;$ENV{PATH}";
my $mstat = 0;
foreach my $module (glob("*"))
{
+ next if ($module eq 'xml2' && ! $config->{xml});
next unless -d "$module/sql" &&
-d "$module/expected" &&
(-f "$module/GNUmakefile" || -f "$module/Makefile");