summaryrefslogtreecommitdiff
path: root/lldb/test/Shell/RPC/Generator/Tests/CheckRPCGenToolByproducts.test
blob: 15fcf8fb39c7d228296859433b4b72e870725a18 (plain)
1
2
3
4
5
6
7
8
9
RUN: %lldb-rpc-gen --output-dir=%t %S/../Inputs/SBDummy.h

RUN: ls %t | FileCheck %s

# We're just making sure that the tool emits the class names,
# methods and skipped methods file in the output directory.
CHECK: SBAPI.def
CHECK: SBClasses.def
CHECK: SkippedMethods.txt