fortran_oo Testing object oriented programming features in Fortran. How to check out the code git clone https://github.com/pletzer/fortran_oo.git How to build and run tests cd fortran_oo mkdir build cd build cmake .. make ctest On AIX: FC=xlf2003_r cmake .. Using the Intel compiler: FC=ifort cmake ..