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
):
13 NO_DEBUG_INFO_TESTCASE
= True
17 "settings show symbols.clang-modules-cache-path",
18 substrs
=["lldb-test-build.noindex", "module-cache-lldb"],