Update of /cvsroot/monetdb/MonetDB/src/testing
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31326/MonetDB/src/testing
Modified Files:
Mtest.py.in
Log Message:
preparing for Windows-testing, step 1:
- replace "ntv" by the respective compiler's vendor's (abbreviated) name:
+ "GNU" (on all platform)
+ "Int": Intel's icc (on Linux & Windows)
+ "Mic": Microsoft Visual Studio C (on Windows)
+ "PGI": Porland Group compiler (in Linux)
+ "Sun": Sun Works compiler (on SunOS/Solaris)
+ "SGI": SGI/MIPS compiler (on IRIX)
+ "IBM": IBM compiler (on AIX)
+ "MGW": MinGW (on Windows + CYGWIN)
Index: Mtest.py.in
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/testing/Mtest.py.in,v
retrieving revision 1.324
retrieving revision 1.325
diff -u -d -r1.324 -r1.325
--- Mtest.py.in 28 Nov 2007 16:23:59 -0000 1.324
+++ Mtest.py.in 6 Dec 2007 17:33:54 -0000 1.325
@@ -3530,7 +3530,8 @@
product += env['TST_FIVE']
compiler = ''
if os.name == 'nt':
- compiler = 'NTV'
+ compiler = 'Mic' # Microsoft Visual Studio C
+ #compiler = 'Int' # Intel icc
else:
f = os.path.join(env['TSTBLDBASE'],'Makefile')
if os.path.isfile(f):
-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell. From the desktop to the data center, Linux is going
mainstream. Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins