[libc-commits] [libc] [libc] Use `LIBC_COPT_PUBLIC_PACKAGING` for hermetic and integration tests. (PR #79319)
via libc-commits
libc-commits at lists.llvm.org
Fri Jan 26 09:48:23 PST 2024
================
@@ -432,7 +432,7 @@ add_libc_unittest(
add_libc_test(
getopt_test
- HERMETIC_TEST_ONLY # Uses libc's own stderr
+ UNIT_TEST_ONLY # set_getopt_state only exposed for __internal__ target.
----------------
lntue wrote:
Done
https://github.com/llvm/llvm-project/pull/79319
More information about the libc-commits
mailing list