summaryrefslogtreecommitdiff
path: root/Tests/FortranModules/test_preprocess_module.F90
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-09-22 14:23:39 -0400
committerBrad King <brad.king@kitware.com>2016-09-22 14:52:01 -0400
commiteb8cd35684f2dc2f53d205d7738e1c01a12a493f (patch)
tree77732180392bf2da1fe0aa6facd25c9fe95e6614 /Tests/FortranModules/test_preprocess_module.F90
parenta41c8724d155f1cd74ce36cdfbd10da0eac5b389 (diff)
downloadcmake-eb8cd35684f2dc2f53d205d7738e1c01a12a493f.tar.gz
Tests: Split Fortran module testing into separate FortranModules test
The main Fortran test is not granular enough. Split some into another test.
Diffstat (limited to 'Tests/FortranModules/test_preprocess_module.F90')
-rw-r--r--Tests/FortranModules/test_preprocess_module.F905
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/FortranModules/test_preprocess_module.F90 b/Tests/FortranModules/test_preprocess_module.F90
new file mode 100644
index 0000000000..5849b62b47
--- /dev/null
+++ b/Tests/FortranModules/test_preprocess_module.F90
@@ -0,0 +1,5 @@
+#ifdef FOO
+MODULE PPAvailable
+! no conent
+END MODULE
+#endif