diff options
| author | Siva Chandra Reddy <sivachandra@google.com> | 2020-01-10 13:43:20 -0800 |
|---|---|---|
| committer | Siva Chandra Reddy <sivachandra@google.com> | 2020-01-17 16:24:53 -0800 |
| commit | c7453fad0625be37f4b885c6cc2341fb12a66395 (patch) | |
| tree | 24016ba45cb7c8b688f50368d1b403e1eff40a0e /libc/utils/CMakeLists.txt | |
| parent | 1d568bf9605c05ff088b244d7894ab2d88da9811 (diff) | |
[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
Diffstat (limited to 'libc/utils/CMakeLists.txt')
| -rw-r--r-- | libc/utils/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/utils/CMakeLists.txt b/libc/utils/CMakeLists.txt index 472d08c97d1e..165ce1e0ddbc 100644 --- a/libc/utils/CMakeLists.txt +++ b/libc/utils/CMakeLists.txt @@ -1 +1,2 @@ add_subdirectory(HdrGen) +add_subdirectory(UnitTest) |
