summaryrefslogtreecommitdiffstats
path: root/libc/test/src
Commit message (Collapse)AuthorAgeFilesLines
* [libc] Add a convenience CMake rule to add testsuites.Siva Chandra Reddy2020-01-073-6/+3
| | | | | | | | | | | | | | 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 implementations of strcat and strcpy to the string directory.Siva Chandra Reddy2020-01-062-2/+2
| | | | | | | | | | | | | | | | | | Summary: Now that tests live in separate top-level directory, keeping the implementations of individual functions in a directory of their own is not meaningful. Hence, this change moves them into the higher level string directory. NFC intended. Reviewers: MaskRay Subscribers: mgorny, tschuett, libc-commits Tags: #libc-project Differential Revision: https://reviews.llvm.org/D72295
* [libc] Move all tests to a top level `test` directory.Siva Chandra Reddy2020-01-069-0/+193
A toplevel target, `check-libc` has also been added. Reviewers: abrachet, phosek Tags: #libc-project Differential Revision: https://reviews.llvm.org/D72177
OpenPOWER on IntegriCloud