Codesign test/stdlib

This commit is contained in:
Arnold Schwaighofer
2018-08-09 14:52:24 -07:00
parent 6eca97add6
commit 2d8a1dbbfe
65 changed files with 85 additions and 20 deletions

View File

@@ -16,6 +16,7 @@
// RUN: %target-clang %S/Inputs/ArrayBridge/ArrayBridge.m -c -o %t/ArrayBridgeObjC.o -g
// RUN: %line-directive %t/ArrayBridge.swift -- %target-build-swift %t/ArrayBridge.swift -I %S/Inputs/ArrayBridge/ -Xlinker %t/ArrayBridgeObjC.o -o %t/ArrayBridge -swift-version 3 --
// RUN: %target-codesign %t/ArrayBridge
// RUN: %target-run %t/ArrayBridge
// REQUIRES: executable_test
// REQUIRES: objc_interop