diff options
Diffstat (limited to 'lldb/test/Shell/Settings/TestModuleCacheSanity.test')
-rw-r--r-- | lldb/test/Shell/Settings/TestModuleCacheSanity.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/test/Shell/Settings/TestModuleCacheSanity.test b/lldb/test/Shell/Settings/TestModuleCacheSanity.test new file mode 100644 index 00000000000..f16f40d47a6 --- /dev/null +++ b/lldb/test/Shell/Settings/TestModuleCacheSanity.test @@ -0,0 +1,4 @@ +# This is a sanity check that verifies that the module cache path is set +# correctly and points inside the default test build directory. +RUN: %lldb -o 'settings show symbols.clang-modules-cache-path' | FileCheck %s +CHECK: lldb-test-build.noindex{{.*}}module-cache-lldb |