From 26a6b4bc01a49768e5b3de54abc862a94e0647b6 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 6 Aug 2004 15:05:00 -0400 Subject: ENH: initial fortran --- Tests/Fortran/CMakeLists.txt | 2 ++ Tests/Fortran/hello.f | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 Tests/Fortran/CMakeLists.txt create mode 100644 Tests/Fortran/hello.f diff --git a/Tests/Fortran/CMakeLists.txt b/Tests/Fortran/CMakeLists.txt new file mode 100644 index 0000000..1a90130 --- /dev/null +++ b/Tests/Fortran/CMakeLists.txt @@ -0,0 +1,2 @@ +PROJECT(testf FORTRAN) +ADD_EXECUTABLE(testf hello.f) diff --git a/Tests/Fortran/hello.f b/Tests/Fortran/hello.f new file mode 100644 index 0000000..c9ee3c2 --- /dev/null +++ b/Tests/Fortran/hello.f @@ -0,0 +1,6 @@ + PROGRAM GREETINGS + + PRINT *, 'Real programmers write Fortran!' + + END + -- cgit v0.12