-
Notifications
You must be signed in to change notification settings - Fork 410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
more flexibility for compiling binaries from inline tests #766
Comments
Yh, that seems reasonable. Not all fields make sense, but we can import the relevant ones. |
@rgrinberg, @jeremiedimino, I would like to take on this, hope it's still alive ? |
@lubegasimon, if that would be useful for users, it's definitely still alive :) Would you have a use for this feature yourself? @c-cube do you still need this? |
I could use it in containers, which still does qtest stuff by hand. That's my one use case, and it's not particularly urgent. |
@jeremiedimino, am not having any need for this feature as of now, but if someone may need it today or not, then I'll be happy to help, and for the better tomorrow. |
Alright, first we need to decide what the new field will be called. There is already a Here are some pointers to add this feature:
Finally, the last and most important step is to update the documentation in |
Also, adding tests :) |
nice point @shonfeder. Thank you. |
@jeremiedimino, it's not so clear as to why |
Indeed. I forgot that
So we can't really change the name here. In this case we can indeed use |
… tests Signed-off-by: lubegasimon <lubegasimon73@gmail.com>
… tests Signed-off-by: lubegasimon <lubegasimon73@gmail.com>
… tests Signed-off-by: lubegasimon <lubegasimon73@gmail.com>
… tests Signed-off-by: lubegasimon <lubegasimon73@gmail.com>
… tests Signed-off-by: lubegasimon <lubegasimon73@gmail.com>
…ne tests Signed-off-by: lubegasimon <lubegasimon73@gmail.com>
…ne tests Signed-off-by: lubegasimon <lubegasimon73@gmail.com>
…ne tests Signed-off-by: lubegasimon <lubegasimon73@gmail.com>
…ne tests Signed-off-by: lubegasimon <lubegasimon73@gmail.com>
Fixed in #3747 |
I like the inline test generator feature (unsurprisingly) but for one of my projects (containers) I need the generated test to be compiled with
-no-labels
. It would probably be useful to also be able to specify other flags, warnings, etc.Would it make sense that a subsection of the
(inline_tests (…))
portion of a library has the same stanzas as any executable?The text was updated successfully, but these errors were encountered: