aboutsummaryrefslogtreecommitdiff
path: root/tests/2
diff options
context:
space:
mode:
authorOndřej Čertík <ondrej@certik.us>2020-01-12 22:45:33 +0000
committerOndřej Čertík <ondrej@certik.us>2020-01-12 22:45:33 +0000
commit88101d7128d80a929ab526058a5ef784e567d33a (patch)
tree9422ca334f8822d17f205f4e0b8ecb34883874d7 /tests/2
parentee89a3e3dfeae3881065a81646c43d8ac07824a5 (diff)
parent8547d5b5c31d9b2f5bde16965027c2feffa01f9c (diff)
downloadfpm-88101d7128d80a929ab526058a5ef784e567d33a.tar.gz
fpm-88101d7128d80a929ab526058a5ef784e567d33a.zip
Merge branch 'cmake2' into 'master'
Generate CMakeLists.txt from a template See merge request certik/fpm!6
Diffstat (limited to 'tests/2')
-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