2 This is a sanity check that verifies that the module cache path is set
3 correctly and points inside the default test build directory.
8 import lldbsuite
.test
.lldbutil
as lldbutil
9 from lldbsuite
.test
.lldbtest
import *
12 class ModuleCacheSanityTestCase(TestBase
):
14 mydir
= TestBase
.compute_mydir(__file__
)
16 NO_DEBUG_INFO_TESTCASE
= True
20 'settings show symbols.clang-modules-cache-path',
21 substrs
=['lldb-test-build.noindex', 'module-cache-lldb'])