Skip to content

Commit

Permalink
Merge pull request #13 from jalvesz/master
Browse files Browse the repository at this point in the history
Fix white spaces when parsing toml file
  • Loading branch information
szaghi committed Apr 18, 2023
2 parents 3bdabbc + aff985a commit 1455c54
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fpm.toml
Expand Up @@ -16,22 +16,22 @@ source-dir = "src/lib"
[install]
library = true

[[ test ]]
[[test]]
name = "face_test_basic"
source-dir = "src/tests"
main = "face_test_basic.f90"

[[ test ]]
[[test]]
name = "face_test_colors"
source-dir = "src/tests"
main = "face_test_colors.f90"

[[ test ]]
[[test]]
name = "face_test_styles"
source-dir = "src/tests"
main = "face_test_styles.f90"

[[ test ]]
[[test]]
name = "face_test_ucs4"
source-dir = "src/tests"
main = "face_test_ucs4.F90"

0 comments on commit 1455c54

Please sign in to comment.