szaghi / FLAP

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

Updates to CMake and makefile build process to support FACE & new test names #81

Closed apthorpe closed 6 years ago

apthorpe commented 6 years ago

These are minor edits which update test executable names in the makefile and add support for FACE in both the makefile and and the top-level CMakeLists.txt file.

This changeset relies on the previous pull request submitted for FACE which adds CMake support to FACE. None of the Fortran source has been changed, only makefile and CMakeLists.txt at the top level of the project tree.

CLAassistant commented 6 years ago

CLA assistant check
All committers have signed the CLA.

codecov-io commented 6 years ago

Codecov Report

Merging #81 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #81   +/-   ##
=======================================
  Coverage   60.49%   60.49%           
=======================================
  Files          13       13           
  Lines        1792     1792           
  Branches      499      499           
=======================================
  Hits         1084     1084           
  Misses        452      452           
  Partials      256      256

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1d19123...2b8a940. Read the comment docs.

szaghi commented 6 years ago

@apthorpe

Wonderful!

Thank you very very much, your help is really appreciated!

Cheers.