llvm-project/llvm/utils/lit/tests/Inputs/googletest-cmd-wrapper/lit.cfg

4 lines
182 B
INI

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])