diff options
author | Ondřej Čertík <ondrej@certik.us> | 2020-01-12 15:38:41 -0700 |
---|---|---|
committer | Ondřej Čertík <ondrej@certik.us> | 2020-01-12 15:41:08 -0700 |
commit | 99847aa3ca84a507758f0fe690c062064e393b57 (patch) | |
tree | 60792b3c5b20a4a01c735f6f922ed192bcb41482 | |
parent | 4d37d611be6d009c2f6d6e95fc6b12d134285fa6 (diff) | |
download | fpm-99847aa3ca84a507758f0fe690c062064e393b57.tar.gz fpm-99847aa3ca84a507758f0fe690c062064e393b57.zip |
Add another test
-rw-r--r-- | tests/2/main.f90 | 5 |
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 |