[libc-commits] [PATCH] D148756: [libc] Add rule named `add_libc_hermetic_test` which adds a hermetic test.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Apr 19 16:25:29 PDT 2023


sivachandra created this revision.
sivachandra added reviewers: jhuber6, michaelrj, lntue.
Herald added subscribers: libc-commits, yaneury, Chia-hungDuan, ecnelises, tschuett, cryptoad.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.

A convenience wrapper name `add_libc_test` is also added which adds both
a unit test and a hermetic test. The ctype tests have been switched over
to use add_libc_test.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D148756

Files:
  libc/CMakeLists.txt
  libc/cmake/modules/LLVMLibCTestRules.cmake
  libc/test/CMakeLists.txt
  libc/test/UnitTest/CMakeLists.txt
  libc/test/UnitTest/HermeticTestUtils.cpp
  libc/test/UnitTest/LibcDeathTestExecutors.cpp
  libc/test/UnitTest/LibcTest.cpp
  libc/test/UnitTest/LibcTest.h
  libc/test/UnitTest/LibcTestMain.cpp
  libc/test/src/ctype/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148756.515126.patch
Type: text/x-patch
Size: 26925 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230419/665bbcd5/attachment-0001.bin>


More information about the libc-commits mailing list