2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Enable pch test on msvc

[SVN r36143]
This commit is contained in:
Vladimir Prus
2006-11-22 09:33:07 +00:00
parent c4a8e99594
commit 13c31bf0c2

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")