[llvm-commits] [llvm] r158647 - /llvm/trunk/unittests/CMakeLists.txt

Benjamin Kramer benny.kra at googlemail.com
Sun Jun 17 07:42:49 PDT 2012


Author: d0k
Date: Sun Jun 17 09:42:49 2012
New Revision: 158647

URL: http://llvm.org/viewvc/llvm-project?rev=158647&view=rev
Log:
Add missing unittest files to the cmake build.

Modified:
    llvm/trunk/unittests/CMakeLists.txt

Modified: llvm/trunk/unittests/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/CMakeLists.txt?rev=158647&r1=158646&r2=158647&view=diff
==============================================================================
--- llvm/trunk/unittests/CMakeLists.txt (original)
+++ llvm/trunk/unittests/CMakeLists.txt Sun Jun 17 09:42:49 2012
@@ -73,6 +73,8 @@
   ADT/IntervalMapTest.cpp
   ADT/IntrusiveRefCntPtrTest.cpp
   ADT/PackedVectorTest.cpp
+  ADT/SCCIteratorTest.cpp
+  ADT/SmallPtrSetTest.cpp
   ADT/SmallStringTest.cpp
   ADT/SmallVectorTest.cpp
   ADT/SparseBitVectorTest.cpp
@@ -139,12 +141,12 @@
 
 set(VMCoreSources
   VMCore/ConstantsTest.cpp
+  VMCore/DominatorTreeTest.cpp
   VMCore/InstructionsTest.cpp
   VMCore/MetadataTest.cpp
   VMCore/PassManagerTest.cpp
   VMCore/ValueMapTest.cpp
   VMCore/VerifierTest.cpp
-  VMCore/DominatorTreeTest.cpp
   )
 
 # MSVC9 and 8 cannot compile ValueMapTest.cpp due to their bug.
@@ -167,12 +169,18 @@
 add_llvm_unittest(Support
   Support/AlignOfTest.cpp
   Support/AllocatorTest.cpp
+  Support/BlockFrequencyTest.cpp
   Support/Casting.cpp
   Support/CommandLineTest.cpp
   Support/ConstantRangeTest.cpp
+  Support/DataExtractorTest.cpp
   Support/EndianTest.cpp
+  Support/IntegersSubsetTest.cpp
+  Support/IRBuilderTest.cpp
   Support/LeakDetectorTest.cpp
+  Support/ManagedStatic.cpp
   Support/MathExtrasTest.cpp
+  Support/MDBuilderTest.cpp
   Support/Path.cpp
   Support/raw_ostream_test.cpp
   Support/RegexTest.cpp





More information about the llvm-commits mailing list