mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
13 lines
604 B
Swift
13 lines
604 B
Swift
// RUN: %empty-directory(%t)
|
|
// RUN: %target-build-swift %S/archive_attributes.swift -module-name=test -DENCODE -o %t/encode
|
|
// RUN: %target-run %t/encode %t/test.arc
|
|
// RUN: plutil -p %t/test.arc | %FileCheck -check-prefix=CHECK-ARCHIVE %S/archive_attributes.swift
|
|
|
|
// RUN: %target-build-swift %S/archive_attributes.swift -module-name=test -o %t/decode -target %target-stable-abi-triple -link-objc-runtime
|
|
// RUN: %target-run %t/decode %t/test.arc NEW --stdlib-unittest-in-process
|
|
|
|
// REQUIRES: executable_test
|
|
// REQUIRES: objc_interop
|
|
// REQUIRES: swift_stable_abi
|
|
// REQUIRES: CPU=i386 || CPU=x86_64
|