mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
9 lines
304 B
Python
9 lines
304 B
Python
import lit.formats
|
|
|
|
config.name = "revng-c"
|
|
config.test_format = lit.formats.ShTest(True)
|
|
config.suffixes = ['.ll']
|
|
config.test_source_root = os.path.dirname(__file__)
|
|
config.test_exec_root = config.my_obj_root
|
|
config.substitutions.append(('%revngopt', 'revng --prefix=' + config.my_obj_root + ' opt '))
|