snitch-org / snitch

Lightweight C++20 testing framework.
Boost Software License 1.0
258 stars 7 forks source link

Extract creation of snitch_all.hpp into Python script #55

Closed cschreib closed 1 year ago

cschreib commented 1 year ago

This PR ports the creation of snitch_all.hpp from CMake to Python, so the header can be produced without CMake. This will help adding support for other build system (see #54).

codecov-commenter commented 1 year ago

Codecov Report

Merging #55 (758451c) into main (198d5dc) will not change coverage. The diff coverage is n/a.

Additional details and impacted files [![Impacted file tree graph](https://codecov.io/gh/cschreib/snitch/pull/55/graphs/tree.svg?width=650&height=150&src=pr&token=X422DE81PN&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Corentin+Schreiber)](https://codecov.io/gh/cschreib/snitch/pull/55?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Corentin+Schreiber) ```diff @@ Coverage Diff @@ ## main #55 +/- ## ======================================= Coverage 92.75% 92.75% ======================================= Files 2 2 Lines 994 994 ======================================= Hits 922 922 Misses 72 72 ``` ------ [Continue to review full report at Codecov](https://codecov.io/gh/cschreib/snitch/pull/55?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Corentin+Schreiber). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Corentin+Schreiber) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/cschreib/snitch/pull/55?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Corentin+Schreiber). Last update [198d5dc...758451c](https://codecov.io/gh/cschreib/snitch/pull/55?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Corentin+Schreiber). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Corentin+Schreiber).