Tests: Split Fortran module testing into separate FortranModules test

The main Fortran test is not granular enough.  Split some into another
test.
This commit is contained in:
Brad King
2016-09-22 14:23:39 -04:00
parent a41c8724d1
commit eb8cd35684
23 changed files with 91 additions and 86 deletions
@@ -0,0 +1,5 @@
#ifdef BAR
PRINT*, 'BAR was defined via ADD_DEFINITIONS'
#else
PRINT*, 'If you can read this something went wrong'
#endif