[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
Fri Jan 17 16:36:53 PST 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGc7453fad0625: [libc] Replace the use of gtest with a new light weight unittest framework. (authored by sivachandra).

Changed prior to commit:
  https://reviews.llvm.org/D72743?vs=238694&id=238929#toc

Repository:
  rG LLVM Github Monorepo

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

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.238929.patch
Type: text/x-patch
Size: 27132 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200118/6a753fa5/attachment-0001.bin>


More information about the libc-commits mailing list