szaghi / FLAP

Fortran command Line Arguments Parser for poor people
150 stars 34 forks source link

Cmake fortran tester #72

Closed pdebuyl closed 7 years ago

pdebuyl commented 7 years ago

enable cmake-based build with fortran_tester.

In the process, I removed the "-fdefault-real-8" option from the build, the error status given by "MESSAGE" and updated the version of fortran_tester (so that it would find the tests).

CLAassistant commented 7 years ago

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.

codecov-io commented 7 years ago

Current coverage is 60.54% (diff: 100%)

Merging #72 into master will not change coverage

@@             master        #72   diff @@
==========================================
  Files            11         11          
  Lines          1896       1896          
  Methods         112        112          
  Messages          0          0          
  Branches        478        478          
==========================================
  Hits           1148       1148          
  Misses          479        479          
  Partials        269        269          

Powered by Codecov. Last update 6c2cf0c...99e7da9

szaghi commented 7 years ago

@pdebuyl Great!

I do not maintain CMake by my self, I do not how to use it, for it (and much more other things) I have the great help of @victorsndvg. Thank you very much!

victorsndvg commented 7 years ago

Sorry! I was not aware of the inclussion of fortran_tester. I've checked the CMake compilation system and it works fine! :+1: