[libc-commits] [PATCH] D72177: [libc] Move all tests to a top level `test` directory.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Jan 6 10:25:55 PST 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG5b24c088171d: [libc] Move all tests to a top level `test` directory. (authored by sivachandra).

Changed prior to commit:
  https://reviews.llvm.org/D72177?vs=236113&id=236411#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72177/new/

https://reviews.llvm.org/D72177

Files:
  libc/CMakeLists.txt
  libc/config/linux/x86_64/CMakeLists.txt
  libc/config/linux/x86_64/syscall_test.cpp
  libc/docs/source_layout.rst
  libc/src/errno/CMakeLists.txt
  libc/src/errno/errno_test.cpp
  libc/src/string/CMakeLists.txt
  libc/src/string/strcat/CMakeLists.txt
  libc/src/string/strcat/strcat_test.cpp
  libc/src/string/strcpy/CMakeLists.txt
  libc/src/string/strcpy/strcpy_test.cpp
  libc/src/sys/mman/CMakeLists.txt
  libc/src/sys/mman/mmap_test.cpp
  libc/test/CMakeLists.txt
  libc/test/config/CMakeLists.txt
  libc/test/config/linux/CMakeLists.txt
  libc/test/config/linux/x86_64/CMakeLists.txt
  libc/test/config/linux/x86_64/syscall_test.cpp
  libc/test/src/CMakeLists.txt
  libc/test/src/errno/CMakeLists.txt
  libc/test/src/errno/errno_test.cpp
  libc/test/src/string/CMakeLists.txt
  libc/test/src/string/strcat_test.cpp
  libc/test/src/string/strcpy_test.cpp
  libc/test/src/sys/CMakeLists.txt
  libc/test/src/sys/mman/CMakeLists.txt
  libc/test/src/sys/mman/mmap_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72177.236411.patch
Type: text/x-patch
Size: 6779 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200106/877a3199/attachment.bin>


More information about the libc-commits mailing list