Skip to content

Commit

Permalink
Merge pull request #13 from jacobwilliams/fpm-fix
Browse files Browse the repository at this point in the history
fixed fpm.toml due to repo reorganization
  • Loading branch information
princemahajan authored Dec 30, 2023
2 parents 5c5b5f6 + 07c5f0c commit c8043a9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions fpm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ source-dir = "src"
library = true

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

[[test]]
name = "test_Lorenz"
source-dir = "tests"
main = "test_Lorenz.f90"

0 comments on commit c8043a9

Please sign in to comment.