[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
Thu Jan 16 23:13:03 PST 2020
sivachandra updated this revision to Diff 238694.
sivachandra marked 7 inline comments as done.
sivachandra added a comment.
Address another round of comments.
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.238694.patch
Type: text/x-patch
Size: 27257 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200117/d30d02ff/attachment-0001.bin>
More information about the libc-commits
mailing list