run_unittests: ICL also doesn't do proper resource dependency detection

pull/5331/head
Dylan Baker 6 years ago
parent ecc1f17f8e
commit c72fd1e333
  1. 2
      run_unittests.py

@ -3994,7 +3994,7 @@ class WindowsTests(BasePlatformTests):
# resource compiler depfile generation is not yet implemented for msvc
env = get_fake_env(testdir, self.builddir, self.prefix)
depfile_works = env.detect_c_compiler(False).get_id() not in ['msvc', 'clang-cl']
depfile_works = env.detect_c_compiler(False).get_id() not in {'msvc', 'clang-cl', 'intel-cl'}
self.init(testdir)
self.build()

Loading…
Cancel
Save