OSDN Git Service

25c5dec80c1d4ba0f8ba4eb941c61383d3baee2d
[android-x86/external-llvm.git] / unittests / Support / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Support
3   )
4
5 add_llvm_unittest(SupportTests
6   AlignOfTest.cpp
7   AllocatorTest.cpp
8   ArrayRecyclerTest.cpp
9   BlockFrequencyTest.cpp
10   BranchProbabilityTest.cpp
11   Casting.cpp
12   CommandLineTest.cpp
13   CompressionTest.cpp
14   ConvertUTFTest.cpp
15   DataExtractorTest.cpp
16   DwarfTest.cpp
17   EndianStreamTest.cpp
18   EndianTest.cpp
19   ErrorTest.cpp
20   ErrorOrTest.cpp
21   FileOutputBufferTest.cpp
22   LEB128Test.cpp
23   LineIteratorTest.cpp
24   LockFileManagerTest.cpp
25   MD5Test.cpp
26   ManagedStatic.cpp
27   MathExtrasTest.cpp
28   MemoryBufferTest.cpp
29   MemoryTest.cpp
30   Path.cpp
31   ProcessTest.cpp
32   ProgramTest.cpp
33   RegexTest.cpp
34   ReplaceFileTest.cpp
35   ScaledNumberTest.cpp
36   SourceMgrTest.cpp
37   SpecialCaseListTest.cpp
38   StreamingMemoryObjectTest.cpp
39   StringPool.cpp
40   SwapByteOrderTest.cpp
41   TargetParserTest.cpp
42   ThreadLocalTest.cpp
43   ThreadPool.cpp
44   TimerTest.cpp
45   TimeValueTest.cpp
46   TypeNameTest.cpp
47   TrailingObjectsTest.cpp
48   UnicodeTest.cpp
49   YAMLIOTest.cpp
50   YAMLParserTest.cpp
51   formatted_raw_ostream_test.cpp
52   raw_ostream_test.cpp
53   raw_pwrite_stream_test.cpp
54   raw_sha1_ostream_test.cpp
55   xxhashTest.cpp
56   )
57
58 # ManagedStatic.cpp uses <pthread>.
59 target_link_libraries(SupportTests ${PTHREAD_LIB})