bolt/deps/llvm-18.1.8/llvm/utils/lit/tests/Inputs/googletest-cmd-wrapper/lit.cfg

7 lines
189 B
INI
Raw Normal View History

2025-02-14 19:21:04 +01:00
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]
)