sinol-make ingen pritns a list of static tests in separate lines, for easy access by ingen.cpp - #334
Open
jabluko wants to merge 3 commits into
Open
sinol-make ingen pritns a list of static tests in separate lines, for easy access by ingen.cpp#334jabluko wants to merge 3 commits into
sinol-make ingen pritns a list of static tests in separate lines, for easy access by ingen.cpp#334jabluko wants to merge 3 commits into
Conversation
jabluko
force-pushed
the
integration-test
branch
4 times, most recently
from
August 23, 2026 20:55
319fc02 to
dbab4f1
Compare
jabluko
force-pushed
the
integration-test
branch
from
August 23, 2026 20:55
dbab4f1 to
0a0de92
Compare
jabluko
marked this pull request as ready for review
August 23, 2026 20:56
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
During the
run_ingenfunction, a.sinol_static_testsfile is created in thein/directory (or more specifically in the working directory ofingen.Two integration tests are also introduced, for an example package that makes use of the generated file.
Additionally, as a refactor:
find_static_testsfunction was introduced to avoid the duplication.