File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
validation-test/execution Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %empty-directory(%t)
2
2
3
- // RUN: (cd %t && %target-build-swift %S/Inputs/dsohandle-first.swift -emit-library -emit- module -module-name first -Xlinker -install_name -Xlinker '@executable_path/libfirst.dylib')
4
- // RUN: (cd %t && %target-build-swift %S/Inputs/dsohandle-second.swift -emit-library -emit- module -module-name second -Xlinker -install_name -Xlinker '@executable_path/libsecond.dylib')
3
+ // RUN: %target-build-swift-dylib(%t/ %target-library-name(first)) %S/Inputs/dsohandle-first.swift -emit-module -module-name first
4
+ // RUN: %target-build-swift-dylib(%t/ %target-library-name(second)) %S/Inputs/dsohandle-second.swift -emit-module -module-name second
5
5
// RUN: %target-build-swift -I %t -L %t -lfirst -lsecond %s -o %t/main
6
6
// RUN: %target-codesign %t/main %t/%target-library-name(first) %t/%target-library-name(second)
7
7
// RUN: %target-run %t/main %t/%target-library-name(first) %t/%target-library-name(second)
You can’t perform that action at this time.
0 commit comments