Skip to content

Commit 2b996fc

Browse files
committed
[android][test] Mark other-entry-point-function-name as executable.
The test other-entry-point-function-name needs to be executed to be checked. Some platforms (like Android) do not execute the test in CI (because there's no device attached to the build machines), so the tests need to be marked as executable to be skipped.
1 parent fcc6e88 commit 2b996fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/SILGen/other-entry-point-function-name.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// RUN: %target-build-swift %s %t/forward.o -Xfrontend -entry-point-function-name -Xfrontend foobar -o %t/main
44
// RUN: %target-run %t/main | %FileCheck %s
55

6+
// REQUIRES: executable_test
7+
68
// CHECK: howdy from foobar
79
print("howdy from foobar")
810

0 commit comments

Comments
 (0)