[libc] Introduce a target named libc-unit-tests to run just the unit tests.
authorSiva Chandra Reddy <sivachandra@google.com>
Thu, 23 Feb 2023 19:28:22 +0000 (19:28 +0000)
committerSiva Chandra Reddy <sivachandra@google.com>
Fri, 24 Feb 2023 02:53:36 +0000 (02:53 +0000)
commit17a2434bd66e7fab1a587236f7ed402c2f258b3d
treedc8ac0f58283cee3b41020bd6fb5a6e1a93c5a59
parentd8b8911d58dba73fd7a28210d8d3e780ae881179
[libc] Introduce a target named libc-unit-tests to run just the unit tests.

The target "check-libc" now runs all enabled tests which, depending on
the build mode, includes the unit tests, the integration tests and the api
test.

Reviewed By: jhuber6

Differential Revision: https://reviews.llvm.org/D144663
libc/cmake/modules/LLVMLibCTestRules.cmake
libc/test/CMakeLists.txt
libc/test/integration/CMakeLists.txt
libc/test/src/CMakeLists.txt