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:
@@ -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