diff options
author | Brad Richardson <brichardson@structint.com> | 2020-04-11 17:38:31 -0500 |
---|---|---|
committer | Brad Richardson <brichardson@structint.com> | 2020-04-12 21:48:23 -0500 |
commit | 69a430f65069596e88f121c62d3161a8b4856bad (patch) | |
tree | 552fa86f1a33cc94dc6dbdb4f2e94b2cca5d16bc /example_project/test/main.f90 | |
parent | 038ac8587792cdf4d7c6d92efebb56fe00eaf4da (diff) | |
download | fpm-69a430f65069596e88f121c62d3161a8b4856bad.tar.gz fpm-69a430f65069596e88f121c62d3161a8b4856bad.zip |
Enable tests with fpm
Diffstat (limited to 'example_project/test/main.f90')
-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 |