Goddard-Fortran-Ecosystem / pFUnit

Parallel Fortran Unit Testing Framework
Other
171 stars 45 forks source link

feat: ctest labels #394

Closed Leonard-Reuter closed 1 year ago

Leonard-Reuter commented 1 year ago

CTests offers the functionality to run only or exclude tests with certain labels with -L and -LE, respectively.

I added the possibility to add labels to CTests via the add_pfunit_ctest function with the new multi-argument option LABELS.

tclune commented 1 year ago

Sorry for the slow response. I saw several messages from you last week, but was trying to finish up a project before taking vacation this week. I do hope to take a closer look this coming weekend, if not sooner.

Leonard-Reuter commented 1 year ago

@tclune no worries, there is no urgency. Thanks for looking at it! =)

mathomp4 commented 1 year ago

@Leonard-Reuter We just applied a CI fix to develop on our repo. Can you sync up your fork and update your branch to get that fix on your branch? That should help things get working CI-wise.

Note also that we will be adding a "changelog enforcer" soon (see #401), so please add to the Changelog.md a description of your change/fix following the format you see in there.

Leonard-Reuter commented 1 year ago

BTW, if you cloud sign one of the CLAs at https://github.com/Goddard-Fortran-Ecosystem/cla/tree/main/pFUnit you will make some NASA lawyer a bit happier.

I just sent the CLA via email. I hope, that's sufficient?