| # -*- Python -*- | |
| # Configuration used for running the test suite the usual way | |
| import lit.util | |
| # name: The name of this test suite. | |
| config.name = "Flang" | |
| config.flang_exe = lit.util.which("flang", config.flang_llvm_tools_dir) | |
| config.llvm_profile_file = '' |