From 4d59f8fe31cb7996d6283d9aca0e45d537e2a007 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Tue, 26 May 2020 18:35:24 +0000 Subject: [PATCH] tests: add some more library search paths When building on Windows, there are a few additional library search paths that need to be considered. This will enable the tests to be enabled for nightly CI. --- Tests/Functional/lit.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tests/Functional/lit.cfg b/Tests/Functional/lit.cfg index 2dff0b128..edf8f39e8 100644 --- a/Tests/Functional/lit.cfg +++ b/Tests/Functional/lit.cfg @@ -107,6 +107,8 @@ else: '-I', os.path.join(libdispatch_overlay_dir, 'swift'), '-L', libdispatch_build_dir, '-L', os.path.join(libdispatch_build_dir, 'src'), + '-L', os.path.join(libdispatch_build_dir, 'src', 'BlocksRuntime'), + '-L', os.path.join(libdispatch_build_dir, 'src', 'swift'), ]) config.environment['LD_LIBRARY_PATH'] = ":".join([