Skip to content

Commit 838d69f

Browse files
committed
Build Swift Testing: Add build_subdir
Adding a build_subdir preset default for the stage 0 and stage 1 build configurations.
1 parent d168fc9 commit 838d69f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build_swift/tests/build_swift/test_presets.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
'ndk_path': '/path/to/ndk',
4545
'arm_dir': '/path/to/arm',
4646
'toolchain_path': '/tmp/toolchain',
47+
'build_subdir': 'test_build_subdir',
4748
}
4849

4950
SAMPLE_PRESET = """

0 commit comments

Comments
 (0)