Update of /cvsroot/boost/boost/tools/build/v2/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4476

Modified Files:
      Tag: RC_1_34_0
        test_all.py 
Log Message:
Merge:Enable pch test on msvc

Index: test_all.py
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/test/test_all.py,v
retrieving revision 1.108.2.5
retrieving revision 1.108.2.6
diff -u -d -r1.108.2.5 -r1.108.2.6
--- test_all.py 24 Oct 2006 23:26:32 -0000      1.108.2.5
+++ test_all.py 22 Nov 2006 09:33:46 -0000      1.108.2.6
@@ -162,7 +162,7 @@
     if string.find(os.uname()[0], "CYGWIN") == -1:
         tests.append("library_order")
 
-if string.find(get_toolset(), 'gcc') == 0:
+if string.find(get_toolset(), 'gcc') == 0 or string.find(get_toolset(), 
'msvc') == 0:
     tests.append("gcc_runtime")
     tests.append("pch")
 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to