aboutsummaryrefslogtreecommitdiff
path: root/example_project/test/main.f90
diff options
context:
space:
mode:
authorBrad Richardson <everythingfunctional@protonmail.com>2020-04-12 21:57:26 -0500
committerGitHub <noreply@github.com>2020-04-12 21:57:26 -0500
commite8c5eb593fafdced419ade6312c17e04ff0328f9 (patch)
tree552fa86f1a33cc94dc6dbdb4f2e94b2cca5d16bc /example_project/test/main.f90
parent3a5e426e3103dae2f71732e2a830bd38ffe2c96b (diff)
parent69a430f65069596e88f121c62d3161a8b4856bad (diff)
downloadfpm-e8c5eb593fafdced419ade6312c17e04ff0328f9.tar.gz
fpm-e8c5eb593fafdced419ade6312c17e04ff0328f9.zip
Merge pull request #53 from everythingfunctional/finishCommands
Finish commands
Diffstat (limited to 'example_project/test/main.f90')
-rw-r--r--example_project/test/main.f903
1 files changed, 3 insertions, 0 deletions
diff --git a/example_project/test/main.f90 b/example_project/test/main.f90
new file mode 100644
index 0000000..c3bc1e9
--- /dev/null
+++ b/example_project/test/main.f90
@@ -0,0 +1,3 @@
+program runTests
+ print *, "Running Tests"
+end program runTests