brintos

brintos / llvm-project-archived public Read only

0
0
Text · 201 B · d3eb987 Raw
7 lines · plain
1import lit.formats2 3config.name = "googletest-cmd-wrapper"4config.test_format = lit.formats.GoogleTest(5    "DummySubDir", "Test" if sys.platform in ["win32", "cygwin"] else ".exe", [sys.executable]6)7