[debuginfo-tests] Require "lldb" for some dexter tests

GitOrigin-RevId: 40dd5cb11074050434db999a388a2b7aab517e4d
diff --git a/dexter/feature_tests/commands/perfect/lit.local.cfg b/dexter/feature_tests/commands/perfect/lit.local.cfg
new file mode 100644
index 0000000..7d1dd8b
--- /dev/null
+++ b/dexter/feature_tests/commands/perfect/lit.local.cfg
@@ -0,0 +1,2 @@
+if not 'lldb' in config.available_features:
+    config.unsupported = True
diff --git a/dexter/feature_tests/subtools/view.cpp b/dexter/feature_tests/subtools/view.cpp
index 03e0b94..93a5106 100644
--- a/dexter/feature_tests/subtools/view.cpp
+++ b/dexter/feature_tests/subtools/view.cpp
@@ -1,3 +1,4 @@
+// REQUIRES: lldb
 // Purpose:
 //      Check the `view` subtool works with typical inputs.
 //