Skip to content

Commit 6e3c5a8

Browse files
committed
[embedded] Add missing a.out generation+running into embedded/dependencies.swift
1 parent 4e56d81 commit 6e3c5a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/embedded/dependencies.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %empty-directory(%t)
22
// RUN: %target-swift-frontend -enable-experimental-feature Embedded %s -c -o %t/a.o
3+
// RUN: %target-clang -x c -c %S/Inputs/print.c -o %t/print.o
4+
// RUN: %target-clang %t/a.o %t/print.o -o %t/a.out
5+
// RUN: %target-run %t/a.out | %FileCheck %s
36

47
// backslash is not doing anything, just to make the grep not match its own line
58
// RUN: grep DEP-%target-os %s | sed 's#// DEP-%target-os: ##' | sort > %t/expected-dependencies.txt

0 commit comments

Comments
 (0)