d1c85051b479b75af6f688b6672d3fe5a1232697
[oota-llvm.git] / lib / Fuzzer / test / lit.cfg
1 import lit.formats
2
3 config.name = "LLVMFuzzer"
4 config.test_format = lit.formats.ShTest(True)
5 config.suffixes = ['.test']
6 config.test_source_root = os.path.dirname(__file__)