File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 51
51
// RUN: -enable-library-evolution \
52
52
// RUN: -o %t/a.out
53
53
54
+ // Sign the main binary and all libraries
54
55
// RUN: %target-codesign %t/a.out
55
- // RUN: %target-run %t/a.out | %FileCheck %s
56
+ // RUN: %target-codesign %t/%target-library-name(FakeDistributedActorSystems)
57
+ // RUN: %target-codesign %t/%target-library-name(ResilientActorLib)
58
+ // RUN: %target-codesign %t/%target-library-name(ResilientLib)
59
+
60
+ // Run and verify output
61
+ // RUN: %target-run %t/a.out \
62
+ // RUN: %t/%target-library-name(FakeDistributedActorSystems) \
63
+ // RUN: %t/%target-library-name(ResilientActorLib) \
64
+ // RUN: %t/%target-library-name(ResilientLib) \
65
+ // RUN: | %FileCheck %s
56
66
57
67
// REQUIRES: executable_test
58
68
// REQUIRES: concurrency
You can’t perform that action at this time.
0 commit comments