Skip to content

Commit

Permalink
syntax fix for fpm.toml preventing compile on latest version
Browse files Browse the repository at this point in the history
Fixes #26
  • Loading branch information
jacobwilliams committed Dec 2, 2023
1 parent 23609f5 commit 7c8aeaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fpm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ include-dir = "src"
[install]
library = true

[[ test ]]
[[test]]
name = "single"
source-dir = "test"
main = "quadpack_tests_single.F90"

[[ test ]]
[[test]]
name = "double"
source-dir = "test"
main = "quadpack_tests_double.F90"

[[ test ]]
[[test]]
name = "quad"
source-dir = "test"
main = "quadpack_tests_quad.F90"
Expand Down

0 comments on commit 7c8aeaf

Please sign in to comment.