Add raw_fd_stream_test.cpp into CMakeLists.txt
authorJianzhou Zhao <jianzhouzh@google.com>
Sat, 12 Sep 2020 07:48:12 +0000 (07:48 +0000)
committerJianzhou Zhao <jianzhouzh@google.com>
Sat, 12 Sep 2020 07:48:12 +0000 (07:48 +0000)
Fixing https://github.com/llvm/llvm-project/commit/0ece51c60c51f0d4c285dbda3b6cff794041bdd7

llvm/unittests/Support/CMakeLists.txt

index 30de294..90545bf 100644 (file)
@@ -87,6 +87,7 @@ add_llvm_unittest(SupportTests
   YAMLIOTest.cpp
   YAMLParserTest.cpp
   formatted_raw_ostream_test.cpp
+  raw_fd_stream_test.cpp
   raw_ostream_test.cpp
   raw_pwrite_stream_test.cpp
   raw_sha1_ostream_test.cpp