aboutsummaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
authorBrad Richardson <brichardson@structint.com>2020-04-11 17:38:31 -0500
committerBrad Richardson <brichardson@structint.com>2020-04-12 21:48:23 -0500
commit69a430f65069596e88f121c62d3161a8b4856bad (patch)
tree552fa86f1a33cc94dc6dbdb4f2e94b2cca5d16bc /example_project
parent038ac8587792cdf4d7c6d92efebb56fe00eaf4da (diff)
downloadfpm-69a430f65069596e88f121c62d3161a8b4856bad.tar.gz
fpm-69a430f65069596e88f121c62d3161a8b4856bad.zip
Enable tests with fpm
Diffstat (limited to 'example_project')
-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