Re-apply "InstrProf: Add unit tests for the profile reader and writer"
[oota-llvm.git] / unittests / ProfileData / CMakeLists.txt
index 3251ff415022119858e26d1cac24942ff5d027a0..79137c9510aeeabb6a728fb0dffa1113f81bbb6f 100644 (file)
@@ -6,4 +6,5 @@ set(LLVM_LINK_COMPONENTS
 
 add_llvm_unittest(ProfileDataTests
   CoverageMappingTest.cpp
+  InstrProfTest.cpp
   )