summaryrefslogtreecommitdiff
path: root/Tests/Fortran/include/test_preprocess.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Fortran/include/test_preprocess.h')
-rw-r--r--Tests/Fortran/include/test_preprocess.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/Fortran/include/test_preprocess.h b/Tests/Fortran/include/test_preprocess.h
new file mode 100644
index 000000000..29ac4b65f
--- /dev/null
+++ b/Tests/Fortran/include/test_preprocess.h
@@ -0,0 +1,5 @@
+#ifdef BAR
+ PRINT * , 'BAR was defined via ADD_DEFINITIONS'
+#else
+ PRINT *, 'If you can read this something went wrong'
+#endif