public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Paul Fagerburg via groups.io" <pfagerburg=google.com@groups.io>
To: "Sophia Wang" <yodagump@google.com>, devel@edk2.groups.io
Subject: Re: [edk2-devel] ACPI table generator unit test
Date: Wed, 02 Apr 2025 09:47:38 -0700	[thread overview]
Message-ID: <6352.1743111843323531312@groups.io> (raw)
In-Reply-To: <CALBWN3_Qq=ZXc2b=KKXeV2Ce2cVPHLYnoKs3O6rGo09SGwkQVg@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1038 bytes --]

How does someone write unit tests for functions that are declared ` STATIC ( https://github.com/tianocore/edk2/blob/3907f8a0bab35c90a0d4ee0352a6fdec04b35bd2/BaseTools/Source/C/Include/Common/BaseTypes.h#L26 ) `? Clearly there are some functions where the answer is "you don't, leave it alone, there's a good reason we didn't export it." But in cases where there is a lot of logic in a static function, it's a really good idea to test that. In the past, I've seen something like

```
#ifdef UNIT_TEST
#define STATIC
#else
#define STATIC static
#endif
```

to enable unit tests to call static functions. Would something like this be acceptable upstream?

-paul


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#121238): https://edk2.groups.io/g/devel/message/121238
Mute This Topic: https://groups.io/mt/111930977/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



[-- Attachment #2: Type: text/html, Size: 1624 bytes --]

      reply	other threads:[~2025-04-02 16:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-20 22:56 [edk2-devel] ACPI table generator unit test yodagump via groups.io
2025-03-27 13:36 ` Sami Mujawar via groups.io
2025-03-27 16:55   ` Sophia Wang via groups.io
2025-04-02 16:47     ` Paul Fagerburg via groups.io [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6352.1743111843323531312@groups.io \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox