Skip to content

Commit 4f7b21c

Browse files
committed
Merge pull request #118 from modocache/fix-pr-2609-gold-by-default
[Tests] Set LD_LIBRARY_PATH when running tests
2 parents c82928c + 3856ab5 commit 4f7b21c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/Functional/lit.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ else:
7676
'-I', foundation_dir,
7777
'-I', core_foundation_dir,
7878
])
79+
config.environment['LD_LIBRARY_PATH'] = foundation_dir
7980

8081
# Having prepared the swiftc command, we set the substitution.
8182
config.substitutions.append(('%{swiftc}', ' '.join(swift_exec)))

0 commit comments

Comments
 (0)