mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #82996 from xymus/cdecl-fix-missing-dylib
Tests: Fix missing dylib on device in `cdecl_implementation_run.swift`
This commit is contained in:
@@ -15,14 +15,14 @@
|
||||
// RUN: -I %clang-include-dir -Werror -isysroot %sdk \
|
||||
// RUN: -I %t -l Lib -L %t %target-rpath(%t)
|
||||
// RUN: %target-codesign %t/a.out
|
||||
// RUN: %target-run %t/a.out > %t/run.log
|
||||
// RUN: %target-run %t/a.out %t/%target-library-name(Lib) > %t/run.log
|
||||
// RUN: %FileCheck %t/Client.c --check-prefix=PRINTS --input-file %t/run.log
|
||||
|
||||
/// Build a Swift client against cdecl.h.
|
||||
// RUN: %target-build-swift %t/Client.swift -o %t/a.out \
|
||||
// RUN: -I %t -l Lib -L %t %target-rpath(%t)
|
||||
// RUN: %target-codesign %t/a.out
|
||||
// RUN: %target-run %t/a.out > %t/run.log
|
||||
// RUN: %target-run %t/a.out %t/%target-library-name(Lib) > %t/run.log
|
||||
// RUN: %FileCheck %t/Client.swift --check-prefix=PRINTS --input-file %t/run.log
|
||||
|
||||
// REQUIRES: swift_feature_CDecl
|
||||
|
||||
Reference in New Issue
Block a user