X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=unittests%2FSupport%2FCMakeLists.txt;h=b66c5db2c3e5b49ab6484caa02b82cb00502d18f;hb=7172b38af7ed5d1c1e2c97fadfb0ae0c19aff816;hp=88596787dd0cc5f9ce2402539131a04f8da9ce67;hpb=411afbe321a7a3705a390d405e9e71ab21f71657;p=oota-llvm.git diff --git a/unittests/Support/CMakeLists.txt b/unittests/Support/CMakeLists.txt index 88596787dd0..b66c5db2c3e 100644 --- a/unittests/Support/CMakeLists.txt +++ b/unittests/Support/CMakeLists.txt @@ -6,21 +6,32 @@ set(LLVM_LINK_COMPONENTS add_llvm_unittest(SupportTests AlignOfTest.cpp AllocatorTest.cpp + ArrayRecyclerTest.cpp BlockFrequencyTest.cpp Casting.cpp CommandLineTest.cpp + CompressionTest.cpp ConstantRangeTest.cpp DataExtractorTest.cpp EndianTest.cpp + ErrorOrTest.cpp + FileOutputBufferTest.cpp IntegersSubsetTest.cpp LeakDetectorTest.cpp ManagedStatic.cpp MathExtrasTest.cpp + MD5Test.cpp + MemoryBufferTest.cpp + MemoryTest.cpp Path.cpp - raw_ostream_test.cpp + ProcessTest.cpp + ProgramTest.cpp RegexTest.cpp SwapByteOrderTest.cpp TimeValue.cpp ValueHandleTest.cpp + YAMLIOTest.cpp YAMLParserTest.cpp + formatted_raw_ostream_test.cpp + raw_ostream_test.cpp )