5 config
.name
= "flang-OldUnit"
7 config
.suffixes
= [".test"]
9 config
.test_source_root
= os
.path
.join(config
.flang_obj_root
, "unittests")
10 config
.test_exec_root
= config
.test_source_root
12 config
.test_format
= lit
.formats
.ExecutableTest()
14 path
= os
.path
.pathsep
.join(
16 config
.flang_libs_dir
,
18 config
.environment
.get("LD_LIBRARY_PATH", ""),
21 config
.environment
["LD_LIBRARY_PATH"] = path