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:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user