Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libc] Add a convenience CMake rule to add testsuites. | Siva Chandra Reddy | 2020-01-07 | 1 | -2/+1 |
| | | | | | | | | | | | | | | Summary: This rule helps avoid repeated setting of check-libc's dependency on the various testsuites. Reviewers: abrachet Subscribers: mgorny, MaskRay, tschuett, libc-commits Tags: #libc-project Differential Revision: https://reviews.llvm.org/D72353 | ||||
* | [libc] Move all tests to a top level `test` directory. | Siva Chandra Reddy | 2020-01-06 | 3 | -0/+63 |
A toplevel target, `check-libc` has also been added. Reviewers: abrachet, phosek Tags: #libc-project Differential Revision: https://reviews.llvm.org/D72177 |