2019-12-20 22:43:53 +08:00
|
|
|
|
|
|
|
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 * }
|
|
|
|
}
|
2019-12-20 22:09:40 +08:00
|
|
|
|
|
|
|
module lldb_TestingSupport_Symbol {
|
|
|
|
requires cplusplus
|
|
|
|
module ClangTestUtils { header "Symbol/ClangTestUtils.h" export * }
|
2020-02-05 05:59:29 +08:00
|
|
|
module YAMLModuleTester { header "Symbol/YAMLModuleTester.h" export * }
|
2019-12-20 22:09:40 +08:00
|
|
|
}
|