|
import lit.formats
|
|
import lit.util
|
|
config.name = 'config-map'
|
|
config.suffixes = ['.txt']
|
|
config.test_format = lit.formats.ShTest()
|
|
|
|
import os
|
|
config.test_exec_root = os.path.realpath(os.path.dirname(__file__))
|
|
config.test_source_root = os.path.join(config.test_exec_root, "tests")
|