[libc] Add a new target named LibcHermeticTestMain.
authorSiva Chandra Reddy <sivachandra@google.com>
Wed, 26 Apr 2023 22:11:31 +0000 (22:11 +0000)
committerSiva Chandra Reddy <sivachandra@google.com>
Wed, 26 Apr 2023 23:10:16 +0000 (23:10 +0000)
commit127487aa4d74f9c63e3ec8c977b9e134f4216452
tree4943a5ff04ff68448f7537dbbaa8fa85b74c4a7b
parent6fcdfc378c2f926ed5a175326fe799844c1c80b2
[libc] Add a new target named LibcHermeticTestMain.

The existing LibcTestMain has been renamed to LibcUnitTestMain.
Hermetic tests are linked to LibcHermeticTestMain and unit tests are
linked to LibcUnitTestMain.

Reviewed By: jhuber6

Differential Revision: https://reviews.llvm.org/D149303
libc/cmake/modules/LLVMLibCTestRules.cmake
libc/test/UnitTest/CMakeLists.txt