2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-23 03:32:12 +00:00

Merge:Enable pch test on msvc

[SVN r36144]
This commit is contained in:
Vladimir Prus
2006-11-22 09:33:46 +00:00
parent f543310cd3
commit d1c839ccb8

View File

@@ -162,7 +162,7 @@ if os.name == 'posix':
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")