summaryrefslogtreecommitdiffstats
path: root/lldb/test/Shell/Driver/TestTarget.test
blob: 59ab3a4228a129d4de669522d53debf32be842d8 (plain)
1
2
3
4
5
6
7
# Make sure lldb resolves the target path.
# RUN: mkdir -p %t/foo
# RUN: cd %t/foo
# RUN: %clang_host %p/Inputs/hello.c -g -o a.out
# RUN: %lldb -b a.out | FileCheck %s

# CHECK: Current executable set to '{{.*}}foo{{[/\\\\]+}}a.out'
OpenPOWER on IntegriCloud