On Thu, 11 Jan 2024 at 01:39, Arthur Grillo arthurgrillo@riseup.net wrote:
Now that we have the VISIBLE_IF_KUNIT and EXPORT_SYMBOL_IF_KUNIT macros, update the instructions to recommend this way of testing static functions.
Signed-off-by: Arthur Grillo arthurgrillo@riseup.net
Changes in v3:
- Maintain the old '#include' way
- Link to v2: https://lore.kernel.org/r/20240108-kunit-doc-export-v2-1-8f2dd3395fed@riseup...
Changes in v2:
- Fix #if condition
- Link to v1: https://lore.kernel.org/r/20240108-kunit-doc-export-v1-1-119368df0d96@riseup...
This looks good, thanks!
Reviewed-by: David Gow davidgow@google.com
We may try to add some more reference documentation for the visibility.h header later on, but this example is probably more useful anyway.
Cheers, -- David