mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Tests] Codesign the binary before executing the test
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
// RUN: %empty-directory(%t)
|
||||
// RUN: %target-build-swift %s -swift-version 5 -DPTR_SIZE_%target-ptrsize -o %t/OSLogExecutionTest
|
||||
// RUN: %target-codesign %t/OSLogExecutionTest
|
||||
// RUN: %target-run %t/OSLogExecutionTest
|
||||
//
|
||||
// RUN: %target-build-swift %s -O -swift-version 5 -DPTR_SIZE_%target-ptrsize -o %t/OSLogExecutionTest
|
||||
// RUN: %target-codesign %t/OSLogExecutionTest
|
||||
// RUN: %target-run %t/OSLogExecutionTest
|
||||
// REQUIRES: executable_test
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user