aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests/TestingSupport/module.modulemap
blob: 81d2b98887578ea6ee95fa8b574d57c32aac329b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

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 * }
}