Skip to content

Commit 8a36d2d

Browse files
committed
Codesign the executable in test MicroStdlib
rdar://40339165
1 parent 2d056fd commit 8a36d2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

validation-test/stdlib/MicroStdlib/MicroStdlib.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// RUN: ls %t/Swift.o
66
// RUN: %target-clang -x c -c %S/Inputs/RuntimeStubs.c -o %t/RuntimeStubs.o
77
// RUN: %target-build-swift -I %t -module-name main -o %t/hello %S/Inputs/main.swift %t/Swift.o %t/RuntimeStubs.o
8+
// RUN: %target-codesign %t/hello
89
// RUN: %target-run %t/hello | %FileCheck %s
910
// REQUIRES: executable_test
1011
// CHECK: Hello

0 commit comments

Comments
 (0)