mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
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:
@@ -0,0 +1,5 @@
|
||||
#ifdef BAR
|
||||
PRINT*, 'BAR was defined via ADD_DEFINITIONS'
|
||||
#else
|
||||
PRINT*, 'If you can read this something went wrong'
|
||||
#endif
|
||||
Reference in New Issue
Block a user