aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorOndřej Čertík <ondrej@certik.us>2020-01-12 15:38:41 -0700
committerOndřej Čertík <ondrej@certik.us>2020-01-12 15:41:08 -0700
commit99847aa3ca84a507758f0fe690c062064e393b57 (patch)
tree60792b3c5b20a4a01c735f6f922ed192bcb41482 /tests
parent4d37d611be6d009c2f6d6e95fc6b12d134285fa6 (diff)
downloadfpm-99847aa3ca84a507758f0fe690c062064e393b57.tar.gz
fpm-99847aa3ca84a507758f0fe690c062064e393b57.zip
Add another test
Diffstat (limited to 'tests')
-rw-r--r--tests/2/main.f905
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/2/main.f90 b/tests/2/main.f90
new file mode 100644
index 0000000..580da98
--- /dev/null
+++ b/tests/2/main.f90
@@ -0,0 +1,5 @@
+program test2
+implicit none
+
+print *, "OK"
+end