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([