Reverting r227452, which adds back the fuzzer library. Now excluding the fuzzer libra...
[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__)