[libc-commits] [PATCH] D147231: [libc] Adds string and TestLogger classes, use them in LibcTest

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Mar 30 06:15:05 PDT 2023


gchatelet created this revision.
gchatelet added a reviewer: sivachandra.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
gchatelet requested review of this revision.

This is an implementation of https://discourse.llvm.org/t/rfc-running-libc-unit-tests-as-integration-tests/69461.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D147231

Files:
  libc/src/__support/CPP/CMakeLists.txt
  libc/src/__support/CPP/string.h
  libc/test/UnitTest/CMakeLists.txt
  libc/test/UnitTest/LibcTest.cpp
  libc/test/UnitTest/LibcTest.h
  libc/test/UnitTest/TestLogger.cpp
  libc/test/UnitTest/TestLogger.h
  libc/test/src/__support/CPP/CMakeLists.txt
  libc/test/src/__support/CPP/string_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147231.509644.patch
Type: text/x-patch
Size: 29973 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230330/34fb4bc2/attachment-0001.bin>


More information about the libc-commits mailing list