pgsql: Add script to run regression tests under vc++ without mingw.

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add script to run regression tests under vc++ without mingw.
Date: 2007-02-13 15:36:32
Message-ID: 20070213153632.43F079FB902@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add script to run regression tests under vc++ without mingw. Update
clean script to properly clean up the result of it.

Modified Files:
--------------
pgsql/src/tools/msvc:
clean.bat (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/clean.bat.diff?r1=1.1&r2=1.2)

Added Files:
-----------
pgsql/src/tools/msvc:
vcregress.bat (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/vcregress.bat?rev=1.1&content-type=text/x-cvsweb-markup)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2007-02-13 15:56:12 pgsql: Un-break build on ANSI compilers (like msvc) by moving Assert to
Previous Message Magnus Hagander 2007-02-13 15:34:49 pgsql: One more fix for makefile := to : change.