xref: /llvm-project/lldb/unittests/TestingSupport/module.modulemap (revision f37b62eccecadfe3248c06a6bd42e8a062a1dc61)
1a9c84539SRaphael Isemann
2a9c84539SRaphael Isemannmodule lldb_TestingSupport {
3a9c84539SRaphael Isemann  requires cplusplus
4a9c84539SRaphael Isemann  module TestUtilities { header "TestUtilities.h" export * }
5a9c84539SRaphael Isemann  module MockTildeExpressionResolver { header "MockTildeExpressionResolver.h" export * }
6a9c84539SRaphael Isemann}
7a9c84539SRaphael Isemann
8a9c84539SRaphael Isemannmodule lldb_TestingSupport_Host {
9a9c84539SRaphael Isemann  requires cplusplus
10a9c84539SRaphael Isemann  module NativeProcessTestUtils { header "Host/NativeProcessTestUtils.h" export * }
11a9c84539SRaphael Isemann}
12aaa34bc0SRaphael Isemann
13aaa34bc0SRaphael Isemannmodule lldb_TestingSupport_Symbol {
14aaa34bc0SRaphael Isemann  requires cplusplus
15aaa34bc0SRaphael Isemann  module ClangTestUtils { header "Symbol/ClangTestUtils.h" export * }
16*f37b62ecSJonas Devlieghere  module YAMLModuleTester { header "Symbol/YAMLModuleTester.h" export * }
17aaa34bc0SRaphael Isemann}
18