blob: b73ac27932781a87dfeaed92973ddef210717c70 [file] [log] [blame]
module lldb_TestingSupport {
requires cplusplus
module TestUtilities { header "TestUtilities.h" export * }
module MockTildeExpressionResolver { header "MockTildeExpressionResolver.h" export * }
}
module lldb_TestingSupport_Host {
requires cplusplus
module NativeProcessTestUtils { header "Host/NativeProcessTestUtils.h" export * }
}
module lldb_TestingSupport_Symbol {
requires cplusplus
module ClangTestUtils { header "Symbol/ClangTestUtils.h" export * }
}