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} 12*aaa34bc0SRaphael Isemann 13*aaa34bc0SRaphael Isemannmodule lldb_TestingSupport_Symbol { 14*aaa34bc0SRaphael Isemann requires cplusplus 15*aaa34bc0SRaphael Isemann module ClangTestUtils { header "Symbol/ClangTestUtils.h" export * } 16*aaa34bc0SRaphael Isemann} 17