[all-commits] [llvm/llvm-project] 17a243: [libc] Introduce a target named libc-unit-tests to...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Thu Feb 23 18:53:53 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 17a2434bd66e7fab1a587236f7ed402c2f258b3d
https://github.com/llvm/llvm-project/commit/17a2434bd66e7fab1a587236f7ed402c2f258b3d
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2023-02-24 (Fri, 24 Feb 2023)
Changed paths:
M libc/cmake/modules/LLVMLibCTestRules.cmake
M libc/test/CMakeLists.txt
M libc/test/integration/CMakeLists.txt
M libc/test/src/CMakeLists.txt
Log Message:
-----------
[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
More information about the All-commits
mailing list