aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/lit/tests/Inputs/googletest-prefix/lit.cfg
blob: ee957d5aac8f434597cc05f5ebf5c71238068b55 (plain)
1
2
3
4
import lit.formats

config.name = "googletest-format"
config.test_format = lit.formats.GoogleTest("DummySubDir", test_suffix="", test_prefix="test_")