aboutsummaryrefslogtreecommitdiff
path: root/test/example_packages/circular_example/fpm.toml
blob: 034ec579050c5e84132f268eee49986b23d212e4 (plain)
1
2
3
4
5
6
7
8
name = "circular_example"

[[test]]
  name = "test"
  source-dir = "tests"
  main = "main.f90"
  [test.dependencies]
    circular_test = { path = "../circular_test" }