Support running regression tests on Windows.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 12 Jun 2014 18:55:03 +0000 (21:55 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 12 Jun 2014 18:55:03 +0000 (21:55 +0300)
commit72d763c3c8e8e28848299099debd08eb5584d3f4
tree4b72517172a8594d5558160370a839bf797e8bd9
parent84e55ac5247aa8c92784803c803f6667e8823e8a
Support running regression tests on Windows.

Some tests fail, and numeric test crashes for me, but at least it's
relatively easy to run the suite on Windows now.

Michael Paquier and me
33 files changed:
test/Makefile.in
test/README.txt
test/expected/alter.out
test/expected/arraybinding.out
test/expected/bindcol.out
test/expected/boolsaschar.out
test/expected/catalogfunctions.out
test/expected/commands.out
test/expected/connect.out
test/expected/cte.out
test/expected/cursors.out
test/expected/cursors_1.out
test/expected/cvtnulldate.out
test/expected/dataatexecution.out
test/expected/deprecated.out
test/expected/diagnostic.out
test/expected/error-rollback.out
test/expected/getresult.out
test/expected/insertreturning.out
test/expected/lfconversion.out
test/expected/multistmt.out
test/expected/notice.out
test/expected/numeric.out
test/expected/odbc-escapes.out
test/expected/params.out
test/expected/positioned-update.out
test/expected/prepare.out
test/expected/quotes.out
test/expected/select.out
test/expected/stmthandles.out
test/src/deprecated-test.c
test/tests [new file with mode: 0644]
test/win.mak [new file with mode: 0644]