diff options
author | Brad Richardson <everythingfunctional@protonmail.com> | 2020-04-12 21:57:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-12 21:57:26 -0500 |
commit | e8c5eb593fafdced419ade6312c17e04ff0328f9 (patch) | |
tree | 552fa86f1a33cc94dc6dbdb4f2e94b2cca5d16bc /example_project | |
parent | 3a5e426e3103dae2f71732e2a830bd38ffe2c96b (diff) | |
parent | 69a430f65069596e88f121c62d3161a8b4856bad (diff) | |
download | fpm-e8c5eb593fafdced419ade6312c17e04ff0328f9.tar.gz fpm-e8c5eb593fafdced419ade6312c17e04ff0328f9.zip |
Merge pull request #53 from everythingfunctional/finishCommands
Finish commands
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/test/main.f90 | 3 |
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 |