aboutsummaryrefslogtreecommitdiff
path: root/test/example_packages/circular_example/fpm.toml
diff options
context:
space:
mode:
Diffstat (limited to 'test/example_packages/circular_example/fpm.toml')
-rw-r--r--test/example_packages/circular_example/fpm.toml8
1 files changed, 2 insertions, 6 deletions
diff --git a/test/example_packages/circular_example/fpm.toml b/test/example_packages/circular_example/fpm.toml
index 034ec57..c524ce5 100644
--- a/test/example_packages/circular_example/fpm.toml
+++ b/test/example_packages/circular_example/fpm.toml
@@ -1,8 +1,4 @@
name = "circular_example"
-[[test]]
- name = "test"
- source-dir = "tests"
- main = "main.f90"
- [test.dependencies]
- circular_test = { path = "../circular_test" }
+[dev-dependencies]
+circular_test = { path = "../circular_test" }