diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-18 14:34:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-18 14:34:06 +0200 |
commit | d55b2a8b6492df0fc6c9fb2fdda0372314c862e0 (patch) | |
tree | 96b882bd740aca2dfec3bae9bfc510eb093e9200 | |
parent | 15a02ad7b83689833e0297c6dad2f51dcbe6a377 (diff) |
Add support for configuring test suite with additional macros
-rw-r--r-- | test/windows/odb/default.options | 1 | ||||
-rw-r--r--[-rwxr-xr-x] | test/windows/odb/setenv.bat | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/test/windows/odb/default.options b/test/windows/odb/default.options index f6d7429..8334a81 100644 --- a/test/windows/odb/default.options +++ b/test/windows/odb/default.options @@ -1,3 +1,4 @@ -I C:\projects\boost-vc10 -I C:\projects\qtcore-vc10\include -I C:\projects\qtcore-vc10\include\QtCore +#-D MSSQL_SERVER_VERSION=900
\ No newline at end of file diff --git a/test/windows/odb/setenv.bat b/test/windows/odb/setenv.bat index 3d2b6c4..6da49ba 100755..100644 --- a/test/windows/odb/setenv.bat +++ b/test/windows/odb/setenv.bat @@ -5,6 +5,8 @@ if "_%1_" == "__" ( goto usage ) +rem set CL=/DMSSQL_SERVER_VERSION=900 + set ODB=c:\projects\odb set MYSQL=c:\projects\mysql set MYSQL64=c:\projects\mysql64 |