diff --git a/test/compiler_test_m.f90 b/test/compiler_test_m.f90 index f598971..276158d 100644 --- a/test/compiler_test_m.f90 +++ b/test/compiler_test_m.f90 @@ -239,6 +239,8 @@ function fpm_compiler_arguments() result(args) args = "--compiler ftn" else if (index(compiler_identity, "XLF")==1) then args = "--compiler xlf2008_r" + else if (index(compiler_identity, "flang")==1) then + args = "--compiler flang-new" else error stop "----> Unrecognized compiler_version() in function fpm_compiler_arguments. <----" end if