Index: third_party/lit/tests/Inputs/googletest-format/lit.cfg |
diff --git a/third_party/lit/tests/Inputs/googletest-format/lit.cfg b/third_party/lit/tests/Inputs/googletest-format/lit.cfg |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f2f6cda8db6c09b3d41537a0399dd3ce8c867fea |
--- /dev/null |
+++ b/third_party/lit/tests/Inputs/googletest-format/lit.cfg |
@@ -0,0 +1,3 @@ |
+import lit.formats |
+config.name = 'googletest-format' |
+config.test_format = lit.formats.GoogleTest('DummySubDir', 'Test') |