Index: third_party/lit/tests/Inputs/discovery/subdir/lit.local.cfg |
diff --git a/third_party/lit/tests/Inputs/discovery/subdir/lit.local.cfg b/third_party/lit/tests/Inputs/discovery/subdir/lit.local.cfg |
new file mode 100644 |
index 0000000000000000000000000000000000000000..631cb602b0d9b7500b52ea00f68ed389bdbdd70b |
--- /dev/null |
+++ b/third_party/lit/tests/Inputs/discovery/subdir/lit.local.cfg |
@@ -0,0 +1,4 @@ |
+config.suffixes = ['.py'] |
+ |
+# Check that the arbitrary config values in our parent was inherited. |
+assert hasattr(config, 'an_extra_variable') |