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 5151// RUN: -enable-library-evolution \
5252// RUN: -o %t/a.out
5353
54+ // Sign the main binary and all libraries
5455// 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
5666
5767// REQUIRES: executable_test
5868// REQUIRES: concurrency
You can’t perform that action at this time.
0 commit comments