diff options
author | Daniel Dunbar <daniel@zuster.org> | 2013-08-14 22:21:11 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2013-08-14 22:21:11 +0000 |
commit | 4fa59392684435c2196baf43c35c07fe8b348cae (patch) | |
tree | 51f44bcfbc0d13605c9e0759f10887ff79a1a2e1 /utils/lit/tests/Inputs/googletest-format/lit.cfg | |
parent | 80a06baec266e901f58797c39ac78c9552036b9d (diff) | |
download | external_llvm-4fa59392684435c2196baf43c35c07fe8b348cae.zip external_llvm-4fa59392684435c2196baf43c35c07fe8b348cae.tar.gz external_llvm-4fa59392684435c2196baf43c35c07fe8b348cae.tar.bz2 |
[lit] Add test coverage of gtest format.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188417 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/lit/tests/Inputs/googletest-format/lit.cfg')
-rw-r--r-- | utils/lit/tests/Inputs/googletest-format/lit.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/lit/tests/Inputs/googletest-format/lit.cfg b/utils/lit/tests/Inputs/googletest-format/lit.cfg new file mode 100644 index 0000000..f2f6cda --- /dev/null +++ b/utils/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') |