Skip to content

Commit 2fd27c0

Browse files
committed
Add description of tests of profiles
1 parent d398d07 commit 2fd27c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/fpm_test/test_manifest.f90

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ subroutine test_dependencies_typeerror(error)
394394

395395
end subroutine test_dependencies_typeerror
396396

397+
!> Include a table of profiles in toml, check whether they are parsed correctly and stored in package
397398
subroutine test_profiles(error)
398399

399400
!> Error handling
@@ -469,6 +470,7 @@ subroutine test_profiles(error)
469470
end if
470471
end subroutine test_profiles
471472

473+
!> 'flags' is a key-value entry, test should fail as it is defined as a table
472474
subroutine test_profiles_keyvalue_table(error)
473475

474476
!> Error handling

0 commit comments

Comments
 (0)