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

Modified Files:
        test_all.py 
Log Message:
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.113
retrieving revision 1.114
diff -u -d -r1.113 -r1.114
--- test_all.py 24 Oct 2006 23:25:19 -0000      1.113
+++ test_all.py 22 Nov 2006 09:33:07 -0000      1.114
@@ -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