You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
549 B
18 lines
549 B
|
|
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 * }
|
|
module YAMLModuleTester { header "Symbol/YAMLModuleTester.h" export * }
|
|
}
|