llvm-project/libc/utils/UnitTest/CMakeLists.txt
Siva Chandra Reddy c7453fad06 [libc] Replace the use of gtest with a new light weight unittest framework.
Header files included wrongly using <...> are now included using the
internal path names as the new unittest framework allows us to do so.

Reviewers: phosek, abrachet

Differential Revision: https://reviews.llvm.org/D72743
2020-01-17 16:24:53 -08:00

6 lines
55 B
CMake

add_llvm_library(
LibcUnitTest
Test.cpp
Test.h
)