From c72fd1e33336b06a3d9ebe8ac52eb74aa057ecfb Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Fri, 3 May 2019 10:28:54 -0700 Subject: run_unittests: ICL also doesn't do proper resource dependency detection --- run_unittests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_unittests.py b/run_unittests.py index 7a7c006..8fe1fd5 100755 --- a/run_unittests.py +++ b/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() -- cgit v1.1