Codesign validation-test/stdlib

This commit is contained in:
Arnold Schwaighofer
2018-08-10 08:51:13 -07:00
parent f397fa3be2
commit b62c6e64ff
22 changed files with 29 additions and 7 deletions

View File

@@ -1,5 +1,6 @@
// RUN: %empty-directory(%t)
// RUN: %target-build-swift %s -o %t/a.out -O
// RUN: %target-codesign %t/a.out
// RUN: %target-run %t/a.out
// REQUIRES: executable_test
// REQUIRES: objc_interop