Skip to content

Commit 1a6726e

Browse files
authored
Merge pull request #437 from compnerd/vfs-shapped-fastener
Tests: add vfs overlay for dipsatch
2 parents 3829a54 + 988bab4 commit 1a6726e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/Functional/lit.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ else:
119119
'-L', os.path.join(libdispatch_build_dir, 'src'),
120120
'-L', os.path.join(libdispatch_build_dir, 'src', 'BlocksRuntime'),
121121
'-L', os.path.join(libdispatch_build_dir, 'src', 'swift'),
122+
'-vfsoverlay', os.path.join(libdispatch_build_dir, 'dispatch-vfs-overlay.yaml'),
122123
])
123124

124125
if platform.system() != 'Windows':

0 commit comments

Comments
 (0)