brintos

brintos / llvm-project-archived public Read only

0
0
Text · 354 B · 4e221c7 Raw
9 lines · plain
1import lit2lit_config.load_config(3    config, os.path.join(lit_config.params.get('clang_lit_site_cfg')))4config.name = 'update_cc_test_checks.py example'5config.suffixes = ['.c', '.cpp']6config.test_format = lit.formats.ShTest(execute_external=False)7config.test_source_root = os.path.dirname(__file__)8config.test_exec_root = os.path.dirname(__file__)9