Fix copy and pasto with CMake files for unittest.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189863 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2013-09-03 22:08:28 +00:00
parent 800a876128
commit 4bc23f0980

View File

@ -4,10 +4,10 @@ set(LLVM_LINK_COMPONENTS
support
)
set(DebugInfoSources
set(CodeGenSources
DIEHashTest.cpp
)
add_llvm_unittest(DebugInfoTests
${DebugInfoSources}
add_llvm_unittest(CodeGenTests
${CodeGenSources}
)