blob: 9f93bac51456d998c0193b7a42dba288b53cde08 [file] [log] [blame]
import lit.formats
config.name = "googletest-cmd-wrapper"
config.test_format = lit.formats.GoogleTest(
"DummySubDir", "Test" if "win32" in sys.platform else ".exe", [sys.executable]
)