Fix boolean logic in LockFileManager and test it
[oota-llvm.git] / unittests / Support / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Support
3   Core
4   )
5
6 add_llvm_unittest(SupportTests
7   AlignOfTest.cpp
8   AllocatorTest.cpp
9   ArrayRecyclerTest.cpp
10   BlockFrequencyTest.cpp
11   Casting.cpp
12   CommandLineTest.cpp
13   CompressionTest.cpp
14   ConstantRangeTest.cpp
15   ConvertUTFTest.cpp
16   DataExtractorTest.cpp
17   EndianTest.cpp
18   ErrorOrTest.cpp
19   FileOutputBufferTest.cpp
20   IntegersSubsetTest.cpp
21   LeakDetectorTest.cpp
22   LocaleTest.cpp
23   LockFileManagerTest.cpp
24   ManagedStatic.cpp
25   MathExtrasTest.cpp
26   MD5Test.cpp
27   MemoryBufferTest.cpp
28   MemoryTest.cpp
29   Path.cpp
30   ProcessTest.cpp
31   ProgramTest.cpp
32   RegexTest.cpp
33   SwapByteOrderTest.cpp
34   TimeValueTest.cpp
35   ValueHandleTest.cpp
36   YAMLIOTest.cpp
37   YAMLParserTest.cpp
38   formatted_raw_ostream_test.cpp
39   raw_ostream_test.cpp
40   )