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

@@ -1,6 +1,7 @@
// RUN: %empty-directory(%t)
// RUN: cp %s %t/main.swift
// RUN: %target-build-swift -o %t/a.out %t/main.swift %S/Inputs/KeyPathMultiFile_b.swift
// RUN: %target-codesign %t/a.out
// RUN: %target-run %t/a.out
import StdlibUnittest