aboutsummaryrefslogtreecommitdiff
path: root/fpm.toml
diff options
context:
space:
mode:
Diffstat (limited to 'fpm.toml')
-rw-r--r--fpm.toml35
1 files changed, 35 insertions, 0 deletions
diff --git a/fpm.toml b/fpm.toml
new file mode 100644
index 0000000..4bd2d96
--- /dev/null
+++ b/fpm.toml
@@ -0,0 +1,35 @@
+name = "fpm"
+version = "0.2.0"
+license = "MIT"
+author = "fpm maintainers"
+maintainer = ""
+copyright = "2020 fpm contributors"
+
+[dependencies]
+[dependencies.toml-f]
+git = "https://github.com/toml-f/toml-f"
+rev = "2f5eaba864ff630ba0c3791126a3f811b6e437f3"
+
+[dependencies.M_CLI2]
+git = "https://github.com/urbanjost/M_CLI2.git"
+rev = "e59fb2bfcf36199f1af506f937b3849180454a0f"
+
+[[test]]
+name = "cli-test"
+source-dir = "test/cli_test"
+main = "cli_test.f90"
+
+[[test]]
+name = "new-test"
+source-dir = "test/new_test"
+main = "new_test.f90"
+
+[[test]]
+name = "fpm-test"
+source-dir = "test/fpm_test"
+main = "main.f90"
+
+[[test]]
+name = "help-test"
+source-dir = "test/help_test"
+main = "help_test.f90"