annotate lldb/test/Shell/Driver/TestTarget.test @ 227:21e6aa2e49ef

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 19 Jul 2021 06:57:16 +0900
parents 1d019706d866
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 # Make sure lldb resolves the target path.
anatofuz
parents:
diff changeset
2 # RUN: mkdir -p %t/foo
anatofuz
parents:
diff changeset
3 # RUN: cd %t/foo
anatofuz
parents:
diff changeset
4 # RUN: %clang_host %p/Inputs/hello.c -g -o a.out
anatofuz
parents:
diff changeset
5 # RUN: %lldb -b a.out | FileCheck %s
anatofuz
parents:
diff changeset
6
anatofuz
parents:
diff changeset
7 # CHECK: Current executable set to '{{.*}}foo{{[/\\\\]+}}a.out'