summaryrefslogtreecommitdiff
path: root/libc/test/integration/src/stdlib/getenv_test.cpp
AgeCommit message (Expand)Author
2025-11-13[libc][stdlib] Simplify getenv_test by using strcmp instead of custom helper ...Jeff Bailey
2025-09-22[libc] Add -Wextra for libc tests (#153321)Vinay Deshmukh
2025-08-12Revert "[libc] Add -Wextra for libc tests" (#153169)William Huynh
2025-08-12[libc] Add -Wextra for libc tests (#133643)Vinay Deshmukh
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2022-07-30[libc] Compile integration tests with -ffreestanding to avoid mixup with syst...Siva Chandra Reddy
2022-06-19[libc] Revert: Temporary disable environment tests for PATH variable.Siva Chandra Reddy
2022-06-18[libc] Temporary disable environment tests for PATH variable.Tue Ly
2022-03-23[libc] Add a new rule add_integration_test.Siva Chandra Reddy