Home | History | Annotate | Download | only in googletest-format
      1 import lit.formats
      2 config.name = 'googletest-format'
      3 config.test_format = lit.formats.GoogleTest('DummySubDir', 'Test')
      4