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