Skip to content

Commit

Permalink
Add test for periodic table lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-wittemeier committed Apr 25, 2024
1 parent 940deeb commit 38279bf
Show file tree
Hide file tree
Showing 2 changed files with 967 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fpm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ name = "test_autodiff"
source-dir="test"
main = "test_autodiff.f90"

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

[[test]]
name = "bte_regression"
source-dir="test"
Expand Down
Loading

0 comments on commit 38279bf

Please sign in to comment.