1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-20 09:27:45 +03:00
mold/test/lit.cfg.py
2020-10-20 15:04:18 +09:00

20 lines
431 B
Python

# -*- Python -*-
import os
import platform
import re
import subprocess
import locale
from lit.llvm import llvm_config
import lit.llvm
import lit.util
config.name = 'chibild'
config.suffixes = ['.s', '.test']
config.test_format = lit.formats.ShTest(False)
config.test_source_root = os.path.dirname(__file__)
config.environment['PATH'] = os.path.pathsep.join((
os.path.dirname(__file__) + '/..', config.environment['PATH']))