test also F90 module and include path

This commit is contained in:
Radovan Bast
2015-08-01 10:41:06 +02:00
parent 924fa706d5
commit 1ee3961c88
3 changed files with 10 additions and 2 deletions

View File

@ -1,4 +1,5 @@
program example
use foo, only: hello
implicit none
print *, 'Hello World!'
call hello()
end program