CMake/Tests/FortranModules/include/test_preprocess.h
Brad King eb8cd35684 Tests: Split Fortran module testing into separate FortranModules test
The main Fortran test is not granular enough.  Split some into another
test.
2016-09-22 14:52:01 -04:00

6 lines
122 B
C

#ifdef BAR
PRINT*, 'BAR was defined via ADD_DEFINITIONS'
#else
PRINT*, 'If you can read this something went wrong'
#endif