1import lit.formats 2 3config.name = "googletest-cmd-wrapper" 4config.test_format = lit.formats.GoogleTest( 5 "DummySubDir", "Test" if "win32" in sys.platform else ".exe", [sys.executable] 6) 7
1import lit.formats 2 3config.name = "googletest-cmd-wrapper" 4config.test_format = lit.formats.GoogleTest( 5 "DummySubDir", "Test" if "win32" in sys.platform else ".exe", [sys.executable] 6) 7