Index: third_party/lit/tests/Inputs/shtest-shell/lit.cfg |
diff --git a/third_party/lit/tests/Inputs/shtest-shell/lit.cfg b/third_party/lit/tests/Inputs/shtest-shell/lit.cfg |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7f31129ad114bfcc944ef29747a7e4e719e0c587 |
--- /dev/null |
+++ b/third_party/lit/tests/Inputs/shtest-shell/lit.cfg |
@@ -0,0 +1,6 @@ |
+import lit.formats |
+config.name = 'shtest-shell' |
+config.suffixes = ['.txt'] |
+config.test_format = lit.formats.ShTest() |
+config.test_source_root = None |
+config.test_exec_root = None |