[libc-commits] [PATCH] D72743: [libc] Replace the use of gtest with a new light weight unittest framework.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Jan 14 16:24:32 PST 2020


sivachandra created this revision.
sivachandra added reviewers: phosek, abrachet.
Herald added subscribers: libc-commits, tschuett, MaskRay, mgorny.
Herald added a project: libc-project.

Header files included wrongly using <...> are now included using the
internal path names as the new unittest framework allows us to do so.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D72743

Files:
  libc/cmake/modules/LLVMLibCRules.cmake
  libc/src/string/strcat.h
  libc/src/string/strcpy.h
  libc/src/sys/mman/mmap.cpp
  libc/src/sys/mman/mmap.h
  libc/src/sys/mman/munmap.cpp
  libc/src/sys/mman/munmap.h
  libc/test/config/linux/x86_64/syscall_test.cpp
  libc/test/src/errno/errno_test.cpp
  libc/test/src/string/strcat_test.cpp
  libc/test/src/string/strcpy_test.cpp
  libc/test/src/sys/mman/CMakeLists.txt
  libc/test/src/sys/mman/mmap_test.cpp
  libc/utils/CMakeLists.txt
  libc/utils/UnitTest/CMakeLists.txt
  libc/utils/UnitTest/Test.cpp
  libc/utils/UnitTest/Test.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72743.238132.patch
Type: text/x-patch
Size: 26518 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200115/319c5f62/attachment-0001.bin>


More information about the libc-commits mailing list