[embedded] Mark all embedded tests as REQUIRES: swift_in_compiler

This commit is contained in:
Kuba Mracek
2023-11-07 09:58:47 -08:00
parent 2936a33680
commit f1aba675ef
45 changed files with 57 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
// RUN: %target-clang %t/a.o -o %t/a.out
// RUN: %target-run %t/a.out | %FileCheck %s
// REQUIRES: swift_in_compiler
// REQUIRES: executable_test
// REQUIRES: VENDOR=apple
// REQUIRES: OS=macosx