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

@@ -2,6 +2,7 @@
//
// RUN: %target-clang %S/Inputs/Mirror/Mirror.mm -c -o %t/Mirror.mm.o -g
// RUN: %target-build-swift -parse-stdlib %s -module-name Reflection -I %S/Inputs/Mirror/ -Xlinker %t/Mirror.mm.o -o %t/a.out
// RUN: %target-codesign %t/a.out
// RUN: %S/timeout.sh 360 %target-run %t/a.out %S/Inputs/shuffle.jpg | %FileCheck %s
// REQUIRES: executable_test
// FIXME: timeout wrapper is necessary because the ASan test runs for hours